Browse Source

Merge branch '5.3.x'

pull/27912/head
Sam Brannen 4 years ago
parent
commit
5a76939a15
  1. 2
      src/docs/asciidoc/web/webflux.adoc

2
src/docs/asciidoc/web/webflux.adoc

@ -3868,7 +3868,7 @@ as the following example shows: @@ -3868,7 +3868,7 @@ as the following example shows:
public class WebConfig implements WebFluxConfigurer {
@Override
public Validator getValidator(); {
public Validator getValidator() {
// ...
}

Loading…
Cancel
Save