netty5/handler/src
Trustin Lee 0fceef8ab6 Undeprecate deregister() and chanelUnregistered()
Motivation:

As discussed in #2250, it will become much less complicated to implement
deregistration and reregistration of a channel once #2250 is resolved.
Therefore, there's no need to deprecate deregister() and
channelUnregistered().

Modification:

- Undeprecate deregister() and channelUnregistered()
- Remove SuppressWarnings annotations where applicable

Result:

We (including @jakobbuchgraber) are now ready to play with #2250 at
master
2014-04-25 16:40:42 +09:00
..
main/java/io/netty/handler Undeprecate deregister() and chanelUnregistered() 2014-04-25 16:40:42 +09:00
test/java/io/netty/handler Overall clean-up of ipfilter package 2014-03-12 16:06:04 +09:00