Correct method signature in code example
Closes gh-1887
This commit is contained in:
committed by
Stephane Nicoll
parent
d9d41b4398
commit
6e019f9ed0
@@ -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