mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Merge pull request #1887 from crewmanmud:patch-2
* pr/1887: Correct method signature in code example
This commit is contained in:
@@ -335,7 +335,7 @@ public class WebConfig implements WebFluxConfigurer {
|
||||
}
|
||||
|
||||
@Override
|
||||
default void addCorsMappings(CorsRegistry registry) {
|
||||
public void addCorsMappings(CorsRegistry registry) {
|
||||
// configure CORS...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user