diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java b/spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java index a41335f24c..86d3862b92 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java @@ -73,13 +73,13 @@ public class DispatcherHandler implements WebHandler, ApplicationContextAware { @Nullable - protected List handlerMappings; + private List handlerMappings; @Nullable - protected List handlerAdapters; + private List handlerAdapters; @Nullable - protected List resultHandlers; + private List resultHandlers; /**