We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6bd2d commit 41b53deCopy full SHA for 41b53de
spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java
@@ -112,7 +112,7 @@ public DispatcherHandler(ApplicationContext applicationContext) {
112
* @return immutable list with the configured mappings or {@code null}
113
*/
114
@Nullable
115
- public List<HandlerMapping> getHandlerMappings() {
+ public final List<HandlerMapping> getHandlerMappings() {
116
return this.handlerMappings;
117
}
118
0 commit comments