Skip to content

Commit edabde8

Browse files
waahhhsbrannen
authored andcommitted
Fix syntax in WebFlux Validation example
Closes gh-27907
1 parent 8087eb6 commit edabde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@ as the following example shows:
38453845
public class WebConfig implements WebFluxConfigurer {
38463846
38473847
@Override
3848-
public Validator getValidator(); {
3848+
public Validator getValidator() {
38493849
// ...
38503850
}
38513851

0 commit comments

Comments
 (0)