No need to specify a default value
This commit is contained in:
parent
6e49e107d4
commit
0ee7123aa6
@ -290,7 +290,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…
x
Reference in New Issue
Block a user