typo_fix in the comment
This commit is contained in:
parent
237b393a8e
commit
e3edec25c5
@ -284,7 +284,7 @@ public abstract class AbstractBootstrap<B extends AbstractBootstrap<B, C>, C ext
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (regFuture.isDone()) {
|
if (regFuture.isDone()) {
|
||||||
// At this point we know that the registration was complete and succesful.
|
// At this point we know that the registration was complete and successful.
|
||||||
ChannelPromise promise = channel.newPromise();
|
ChannelPromise promise = channel.newPromise();
|
||||||
doBind0(regFuture, channel, localAddress, promise);
|
doBind0(regFuture, channel, localAddress, promise);
|
||||||
return promise;
|
return promise;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user