Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 16, 2023
2 parents cd99341 + a75cd01 commit 4e305cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static WebFilterChainPostProcessor webFilterChainPostProcessor(

static class WebFilterChainPostProcessor implements BeanPostProcessor {

private Supplier<PathMappedEndpoints> pathMappedEndpoints;
private final Supplier<PathMappedEndpoints> pathMappedEndpoints;

WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) {
this.pathMappedEndpoints = SingletonSupplier
Expand Down

0 comments on commit 4e305cc

Please sign in to comment.