Skip to content

Commit

Permalink
update GlobalRedisProxyEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Jul 13, 2023
1 parent 854c5ae commit e0c0847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class GlobalRedisProxyEnv {

private static QueueFactory queueFactory = new DefaultQueueFactory();

private static ProxyShutdown proxyShutdown = new ProxyShutdown();
private static final ProxyShutdown proxyShutdown = new ProxyShutdown();

private static final Set<Runnable> callbackSet = new HashSet<>();

Expand Down

0 comments on commit e0c0847

Please sign in to comment.