Skip to content

Commit

Permalink
Update AutoRefreshCapability.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 17, 2025
1 parent e2fab42 commit c52f721
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
public class AutoRefreshCapability implements Capability, ApplicationContextAware {

private final FeignComponentRegistry componentRegistry;
//private final FeignClientFactory feignClientFactory;

private final NamedContextFactory<FeignClientSpecification> contextFactory;

private final FeignClientProperties clientProperties;

private String contextId;


public AutoRefreshCapability(FeignClientProperties clientProperties, NamedContextFactory<FeignClientSpecification> contextFactory, FeignComponentRegistry componentRegistry) {
this.clientProperties = clientProperties;
this.contextFactory = contextFactory;
Expand Down

0 comments on commit c52f721

Please sign in to comment.