2.5.x
Phillip Webb 2 years ago
parent 086b1e5f58
commit 8316a96515

@ -167,7 +167,7 @@ public class ReactiveCloudFoundryActuatorAutoConfiguration {
private static class WebFilterChainPostProcessor implements BeanPostProcessor { private static class WebFilterChainPostProcessor implements BeanPostProcessor {
private Supplier<PathMappedEndpoints> pathMappedEndpoints; private final Supplier<PathMappedEndpoints> pathMappedEndpoints;
WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) { WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) {
this.pathMappedEndpoints = SingletonSupplier this.pathMappedEndpoints = SingletonSupplier

Loading…
Cancel
Save