Fix syntax in WebFlux Validation example
Closes gh-27907
This commit is contained in:
@@ -3845,7 +3845,7 @@ as the following example shows:
|
||||
public class WebConfig implements WebFluxConfigurer {
|
||||
|
||||
@Override
|
||||
public Validator getValidator(); {
|
||||
public Validator getValidator() {
|
||||
// ...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user