This commit is contained in:
Trustin Lee 2013-11-02 20:03:41 +09:00
parent 72c78ebe75
commit e1baa3f9b4

View File

@ -113,7 +113,7 @@ public abstract class SimpleChannelInboundHandler<I> extends ChannelInboundHandl
}
/**
* <strong>Please keep in mind that {@link #channelRead0(ChannelHandlerContext, Object)} will be renamed to
* <strong>Please keep in mind that this method will be renamed to
* {@code messageReceived(ChannelHandlerContext, I)} in 5.0.</strong>
*
* Is called for each message of type {@link I}.