Remove unnecessray for loop missed by fac0ca8319
This commit is contained in:
parent
0e654f77e2
commit
cd9008f95b
@ -236,9 +236,7 @@ public class ServerBootstrap extends AbstractBootstrap<ServerBootstrap, ServerCh
|
||||
|
||||
child.pipeline().addLast(childHandler);
|
||||
|
||||
for (Entry<ChannelOption<?>, Object> e: childOptions) {
|
||||
setChannelOptions(child, childOptions, logger);
|
||||
}
|
||||
setChannelOptions(child, childOptions, logger);
|
||||
|
||||
for (Entry<AttributeKey<?>, Object> e: childAttrs) {
|
||||
child.attr((AttributeKey<Object>) e.getKey()).set(e.getValue());
|
||||
|
Loading…
Reference in New Issue
Block a user