No need to specify a default value

This commit is contained in:
Trustin Lee 2011-12-09 15:11:53 +09:00
parent 07f2c2e7da
commit 2efed0d6b1

View File

@ -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;