diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java index 33bd26a4ab0..47cf3aac0e1 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java @@ -167,7 +167,7 @@ public class ReactiveCloudFoundryActuatorAutoConfiguration { private static class WebFilterChainPostProcessor implements BeanPostProcessor { - private Supplier pathMappedEndpoints; + private final Supplier pathMappedEndpoints; WebFilterChainPostProcessor(ObjectProvider handlerMapping) { this.pathMappedEndpoints = SingletonSupplier