Make the cumulation field in ByteToMessageDecoder package private to hide it

This commit is contained in:
Norman Maurer 2013-07-12 13:29:54 +02:00
parent 99716993f6
commit edb6786a5c

View File

@ -46,7 +46,7 @@ import java.util.List;
*/ */
public abstract class ByteToMessageDecoder extends ChannelInboundHandlerAdapter { public abstract class ByteToMessageDecoder extends ChannelInboundHandlerAdapter {
protected ByteBuf cumulation; ByteBuf cumulation;
private boolean singleDecode; private boolean singleDecode;
private boolean decodeWasNull; private boolean decodeWasNull;