Fix syntax in WebFlux Validation example

Closes gh-27907
This commit is contained in:
waahhh
2022-01-09 17:26:11 +01:00
committed by Sam Brannen
parent 8087eb69bf
commit edabde8a11
+1 -1
View File
@@ -3845,7 +3845,7 @@ as the following example shows:
public class WebConfig implements WebFluxConfigurer {
@Override
public Validator getValidator(); {
public Validator getValidator() {
// ...
}