Merge pull request #1887 from crewmanmud:patch-2

* pr/1887:
  Correct method signature in code example
This commit is contained in:
Stephane Nicoll 2018-07-18 09:08:01 +02:00
commit d8ee1f5c83
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public class WebConfig implements WebFluxConfigurer {
}
@Override
default void addCorsMappings(CorsRegistry registry) {
public void addCorsMappings(CorsRegistry registry) {
// configure CORS...
}