No need to specify a default value
This commit is contained in:
parent
07f2c2e7da
commit
2efed0d6b1
@ -289,7 +289,7 @@ public abstract class ReplayingDecoder<T extends Enum<T>>
|
||||
|
||||
|
||||
private ChannelBuffer cumulation;
|
||||
private boolean needsCleanup = false;
|
||||
private boolean needsCleanup;
|
||||
private final boolean unfold;
|
||||
private ReplayingDecoderBuffer replayable;
|
||||
private T state;
|
||||
|
Loading…
Reference in New Issue
Block a user