Revert "Make DispacherServlet attributes protected"

This reverts commit 253ffd719d.
This commit is contained in:
Brian Clozel 2018-08-23 16:52:16 +02:00
parent 35c847a708
commit 482115f3ce
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/**