Fix javadoc to correctly explain how ChannelDuplexHandler.deregister(...) works. (#8577)
Motivation: We had an error in the javadoc which was most likely caused by copy and paste. Modifications: Fix javadoc. Result: Correct javadoc.
This commit is contained in:
parent
2c78dde749
commit
4891f1183d
@ -74,7 +74,7 @@ public class ChannelDuplexHandler extends ChannelInboundHandlerAdapter implement
|
||||
}
|
||||
|
||||
/**
|
||||
* Calls {@link ChannelHandlerContext#close(ChannelPromise)} to forward
|
||||
* Calls {@link ChannelHandlerContext#deregister(ChannelPromise)} to forward
|
||||
* to the next {@link ChannelOutboundHandler} in the {@link ChannelPipeline}.
|
||||
*
|
||||
* Sub-classes may override this method to change behavior.
|
||||
|
Loading…
Reference in New Issue
Block a user