Fix checkstyle
This commit is contained in:
parent
f858a2fe62
commit
a8723412dd
@ -99,7 +99,9 @@ public final class Bootstrap extends AbstractBootstrap<Bootstrap, Channel> {
|
|||||||
return promise;
|
return promise;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void doBind0(ChannelFuture initFuture, Channel channel, SocketAddress localAddress, ChannelPromise promise) {
|
private static void doBind0(
|
||||||
|
ChannelFuture initFuture, Channel channel, SocketAddress localAddress, ChannelPromise promise) {
|
||||||
|
|
||||||
if (initFuture.isSuccess()) {
|
if (initFuture.isSuccess()) {
|
||||||
channel.bind(localAddress, promise).addListener(ChannelFutureListener.CLOSE_ON_FAILURE);
|
channel.bind(localAddress, promise).addListener(ChannelFutureListener.CLOSE_ON_FAILURE);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user