enum -> static enum
This commit is contained in:
parent
edfc15424e
commit
4ac906d417
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user