Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 16, 2023
2 parents ff696d2 + 95d1cb9 commit a75cd01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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 a75cd01

Please sign in to comment.