Skip to content

Commit

Permalink
Remove method identical to super method
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Nov 14, 2023
1 parent d801065 commit 2dfad31
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,6 @@ private void reconnect(
clientConfig, disconnectEvent.getSource(), disconnectEvent.getCause(), connect, eventLoop);
}

@Override
public boolean isSharable() {
return false;
}

private static class DisconnectingState implements Runnable {

private final @NotNull Channel channel;
Expand Down

0 comments on commit 2dfad31

Please sign in to comment.