netty5/handler/src/test/java
Tim Brooks d964bf6f18 Remove usages of deprecated methods group() and childGroup().
Motivation:

These methods were recently deprecated. However, they remained in use in several locations in Netty's codebase.

Modifications:

Netty's code will now access the bootstrap config to get the group or child group.

Result:

No impact on functionality.
2016-06-21 14:06:57 +02:00
..
io/netty/handler Remove usages of deprecated methods group() and childGroup(). 2016-06-21 14:06:57 +02:00