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
bb3aed78cd
commit
139fda2fea
@ -230,7 +230,7 @@ public interface ChannelHandlerContext extends AttributeMap {
|
|||||||
ChannelHandlerContext fireChannelRead(Object msg);
|
ChannelHandlerContext fireChannelRead(Object msg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Triggers an {@link ChannelHandler#channelWritabilityChanged(ChannelHandlerContext)}
|
* Triggers an {@link ChannelHandler#channelReadComplete(ChannelHandlerContext)}
|
||||||
* event to the next {@link ChannelHandler} in the {@link ChannelPipeline}.
|
* event to the next {@link ChannelHandler} in the {@link ChannelPipeline}.
|
||||||
*/
|
*/
|
||||||
ChannelHandlerContext fireChannelReadComplete();
|
ChannelHandlerContext fireChannelReadComplete();
|
||||||
|
Loading…
Reference in New Issue
Block a user