Skip to content

Commit 5a76939

Browse files
committed
Merge branch '5.3.x'
2 parents 519fa60 + edabde8 commit 5a76939

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
@@ -3868,7 +3868,7 @@ as the following example shows:
38683868
public class WebConfig implements WebFluxConfigurer {
38693869
38703870
@Override
3871-
public Validator getValidator(); {
3871+
public Validator getValidator() {
38723872
// ...
38733873
}
38743874

0 commit comments

Comments
 (0)