Skip to content

Commit 8316a96

Browse files
committed
Polish
1 parent 086b1e5 commit 8316a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static WebFilterChainPostProcessor webFilterChainPostProcessor(
167167

168168
private static class WebFilterChainPostProcessor implements BeanPostProcessor {
169169

170-
private Supplier<PathMappedEndpoints> pathMappedEndpoints;
170+
private final Supplier<PathMappedEndpoints> pathMappedEndpoints;
171171

172172
WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) {
173173
this.pathMappedEndpoints = SingletonSupplier

0 commit comments

Comments
 (0)