Skip to content

Commit

Permalink
Fix syntax in WebFlux Validation example
Browse files Browse the repository at this point in the history
Closes gh-27907
  • Loading branch information
waahhh authored and sbrannen committed Jan 9, 2022
1 parent 8087eb6 commit edabde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3845,7 +3845,7 @@ as the following example shows:
public class WebConfig implements WebFluxConfigurer {
@Override
public Validator getValidator(); {
public Validator getValidator() {
// ...
}
Expand Down

0 comments on commit edabde8

Please sign in to comment.