Correct a JavaDoc typo

This commit is contained in:
Michael Klishin 2014-06-28 00:25:12 +04:00 committed by Norman Maurer
parent 85993e10c1
commit c8b170e9eb

View File

@ -96,7 +96,7 @@ public class ChannelHandlerAdapter implements ChannelHandler {
}
/**
* Calls {@link ChannelHandlerContext#fireChannelRegistered()} to forward
* Calls {@link ChannelHandlerContext#fireChannelUnregistered()} to forward
* to the next {@link ChannelHandler} in the {@link ChannelPipeline}.
*
* Sub-classes may override this method to change behavior.