Revert "Make DispacherServlet attributes protected"
This reverts commit 253ffd719d.
This commit is contained in:
parent
35c847a708
commit
482115f3ce
|
|
@ -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…
Reference in New Issue