Small improvement in SimpleChannelInboundHandlerAdapter javadoc

This commit is contained in:
Norman Maurer 2014-06-18 14:49:11 +02:00
parent 061cb21689
commit 7ee18e92f9

View File

@ -35,7 +35,9 @@ import io.netty.util.internal.TypeParameterMatcher;
* }
* </pre>
*
* Be aware that depending of the constructor parameters it will release all handled messages.
* Be aware that depending of the constructor parameters it will release all handled messages by pass them to
* {@link ReferenceCountUtil#release(Object)}. In this case you may need to use
* {@link ReferenceCountUtil#retain(Object)} if you pass the object to the next handler in the {@link ChannelPipeline}.
*
* <h3>Forward compatibility notice</h3>
* <p>