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

View File

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