Fix syntax in WebFlux Validation example

Closes gh-27907
This commit is contained in:
waahhh 2022-01-09 19:10:45 +09:00 committed by Sam Brannen
parent 8087eb69bf
commit edabde8a11
1 changed files with 1 additions and 1 deletions

View File

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