Skip to content

Commit

Permalink
Revert "Make DispacherServlet attributes protected"
Browse files Browse the repository at this point in the history
This reverts commit 253ffd7.
  • Loading branch information
bclozel committed Aug 23, 2018
1 parent 35c847a commit 482115f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;


/**
Expand Down

0 comments on commit 482115f

Please sign in to comment.