Merge branch '5.3.x'

This commit is contained in:
Sam Brannen 2022-01-09 17:26:48 +01:00
commit 5a76939a15
1 changed files with 1 additions and 1 deletions

View File

@ -3868,7 +3868,7 @@ as the following example shows:
public class WebConfig implements WebFluxConfigurer {
@Override
public Validator getValidator(); {
public Validator getValidator() {
// ...
}