Make the cumulation field in ByteToMessageDecoder package private to hide it
This commit is contained in:
parent
99716993f6
commit
edb6786a5c
@ -46,7 +46,7 @@ import java.util.List;
|
||||
*/
|
||||
public abstract class ByteToMessageDecoder extends ChannelInboundHandlerAdapter {
|
||||
|
||||
protected ByteBuf cumulation;
|
||||
ByteBuf cumulation;
|
||||
private boolean singleDecode;
|
||||
private boolean decodeWasNull;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user