Skip to content

Commit

Permalink
Refactor service event
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed May 21, 2024
1 parent 7469388 commit 09aba99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public class PolicyManager implements PolicySupervisor, InjectSourceSupplier, Ex
@InjectLoader(ResourcerType.CORE_IMPL)
private List<RouteFilter> routeFilters;

private AtomicBoolean warmuped = new AtomicBoolean(false);
private final AtomicBoolean warmuped = new AtomicBoolean(false);

@Override
public PolicySupplier getPolicySupplier() {
Expand Down

0 comments on commit 09aba99

Please sign in to comment.