Revert "Make DispacherServlet attributes protected"

This reverts commit 253ffd719d.
master
Brian Clozel 6 years ago
parent 35c847a708
commit 482115f3ce
  1. 6
      spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java

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

Loading…
Cancel
Save