No need to specify a default value

This commit is contained in:
Trustin Lee 2011-12-09 15:11:42 +09:00
parent 6e49e107d4
commit 0ee7123aa6

View File

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