提交 d8878e45 编写于 作者: A Andrew McCallum 提交者: Stephane Nicoll

Correct method signature in code example

Closes gh-1887
上级 6c4289e2
......@@ -335,7 +335,7 @@ public class WebConfig implements WebFluxConfigurer {
}
@Override
default void addCorsMappings(CorsRegistry registry) {
public void addCorsMappings(CorsRegistry registry) {
// configure CORS...
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册