Skip to content

Commit 4e305cc

Browse files
committed
Merge branch '2.7.x' into 3.0.x
2 parents cd99341 + a75cd01 commit 4e305cc

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
@@ -165,7 +165,7 @@ static WebFilterChainPostProcessor webFilterChainPostProcessor(
165165

166166
static class WebFilterChainPostProcessor implements BeanPostProcessor {
167167

168-
private Supplier<PathMappedEndpoints> pathMappedEndpoints;
168+
private final Supplier<PathMappedEndpoints> pathMappedEndpoints;
169169

170170
WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) {
171171
this.pathMappedEndpoints = SingletonSupplier

0 commit comments

Comments
 (0)