Skip to content

Commit

Permalink
Removed unnecessary member
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkrafft committed Feb 5, 2024
1 parent 9602ba9 commit afdb261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/hivemq/security/ssl/SslSniHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class SslSniHandler extends SniHandler {
private static final Logger log = LoggerFactory.getLogger(SslSniHandler.class);
private final @NotNull Tls tls;
private final @NotNull Channel ch;
private final MqttServerDisconnector mqttServerDisconnector;
private final Consumer<Channel> idleHandlerFunction;
private final @NotNull SslFactory sslFactory;
private final @NotNull HashMap<String, SslHandler> aliasSslHandlerMap = new HashMap<>();
Expand All @@ -68,7 +67,6 @@ public SslSniHandler(

this.tls = tls;
this.ch = ch;
this.mqttServerDisconnector = mqttServerDisconnector;
this.idleHandlerFunction = idleHandlerFunction;
this.sslFactory = sslFactory;

Expand Down

0 comments on commit afdb261

Please sign in to comment.