Skip to content

Commit

Permalink
Fix spotbugs err
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed Jan 2, 2025
1 parent 068ee91 commit 9272e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public PulsarChannelInitializer(ClientConfigurationData conf, Supplier<ClientCnx
this.socks5ProxyAddress = conf.getSocks5ProxyAddress();
this.socks5ProxyUsername = conf.getSocks5ProxyUsername();
this.socks5ProxyPassword = conf.getSocks5ProxyPassword();
this.conf = conf;
this.conf = conf.clone();
if (tlsEnabled) {
this.pulsarSslFactoryMap = new ConcurrentHashMap<>();
if (scheduledExecutorService != null && conf.getAutoCertRefreshSeconds() > 0) {
Expand Down

0 comments on commit 9272e27

Please sign in to comment.