Skip to content

Commit a75cd01

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents ff696d2 + 95d1cb9 commit a75cd01

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
@@ -166,7 +166,7 @@ static WebFilterChainPostProcessor webFilterChainPostProcessor(
166166

167167
static class WebFilterChainPostProcessor implements BeanPostProcessor {
168168

169-
private Supplier<PathMappedEndpoints> pathMappedEndpoints;
169+
private final Supplier<PathMappedEndpoints> pathMappedEndpoints;
170170

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

0 commit comments

Comments
 (0)