enum -> static enum

This commit is contained in:
Trustin Lee 2010-01-26 09:55:22 +00:00
parent edfc15424e
commit 4ac906d417

View File

@ -124,7 +124,7 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
*
* @apiviz.exclude
*/
protected enum State {
protected static enum State {
SKIP_CONTROL_CHARS,
READ_INITIAL,
READ_HEADER,