Reverting back the latest change in ChannelState - not a good idea

This commit is contained in:
Trustin Lee 2009-02-11 05:49:39 +00:00
parent 2ee72abaaf
commit 51b33c3678

View File

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