Fix documentation for ChannelHandlerContext#fireChannelReadComplete
Motivation: Fix a minor documentation bug in ChannelHandlerContext#fireChannelReadComplete. Modifications: ChannelHandlerContext#fireChannelReadComplete no longer references an incorrect method in its javadoc. Results: Documentation is correct.
This commit is contained in:
parent
73c0f85d63
commit
0bc0851569
@ -222,7 +222,7 @@ public interface ChannelHandlerContext extends AttributeMap {
|
||||
ChannelHandlerContext fireChannelRead(Object msg);
|
||||
|
||||
/**
|
||||
* Triggers an {@link ChannelInboundHandler#channelWritabilityChanged(ChannelHandlerContext)}
|
||||
* Triggers an {@link ChannelInboundHandler#channelReadComplete(ChannelHandlerContext)}
|
||||
* event to the next {@link ChannelInboundHandler} in the {@link ChannelPipeline}.
|
||||
*/
|
||||
ChannelHandlerContext fireChannelReadComplete();
|
||||
|
Loading…
Reference in New Issue
Block a user