typo_fix in the comment
This commit is contained in:
parent
42677f82a6
commit
269695d043
@ -275,7 +275,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