Reverting back the latest change in ChannelState - not a good idea
This commit is contained in:
parent
2ee72abaaf
commit
51b33c3678
@ -109,12 +109,5 @@ public enum ChannelState {
|
||||
* Represents a {@link Channel}'s {@link Channel#getInterestOps() interestOps}
|
||||
* property
|
||||
*/
|
||||
INTEREST_OPS,
|
||||
|
||||
/**
|
||||
* Represents a custom extension property which was not defined by the core
|
||||
* channel state, whose detailed information should be retrieved by the
|
||||
* return value of {@link ChannelStateEvent#getValue()}.
|
||||
*/
|
||||
EXTENDED;
|
||||
INTEREST_OPS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user