Browse Source

Revert "Make DispacherServlet attributes protected"

This reverts commit 253ffd719d.
pull/1940/merge
Brian Clozel 8 years ago
parent
commit
482115f3ce
  1. 6
      spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java

6
spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java

@ -73,13 +73,13 @@ public class DispatcherHandler implements WebHandler, ApplicationContextAware {
@Nullable @Nullable
protected List<HandlerMapping> handlerMappings; private List<HandlerMapping> handlerMappings;
@Nullable @Nullable
protected List<HandlerAdapter> handlerAdapters; private List<HandlerAdapter> handlerAdapters;
@Nullable @Nullable
protected List<HandlerResultHandler> resultHandlers; private List<HandlerResultHandler> resultHandlers;
/** /**

Loading…
Cancel
Save