Skip to content

Commit

Permalink
Update src/main/java/com/hivemq/bootstrap/HiveMQNettyBootstrap.java
Browse files Browse the repository at this point in the history
Co-authored-by: Henning Lohse <[email protected]>
  • Loading branch information
tgracchus and hlohse authored Oct 5, 2023
1 parent d655e5a commit ec89c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private static class UpdateGivenFutureListener implements ChannelFutureListener
}

@Override
public void operationComplete(final @NotNull ChannelFuture future) throws Exception {
public void operationComplete(final @NotNull ChannelFuture future) {
final Listener listener = bindInformation.getListener();
if (future.isSuccess()) {
final int bindPort = ((InetSocketAddress) future.channel().localAddress()).getPort();
Expand Down

0 comments on commit ec89c9e

Please sign in to comment.