delete no useful intermediate variables
delete no useful intermediate variables
This commit is contained in:
parent
756b78b7df
commit
48f6541cb3
@ -189,8 +189,7 @@ abstract class AbstractChannelHandlerContext extends DefaultAttributeMap
|
||||
|
||||
@Override
|
||||
public ChannelHandlerContext fireChannelActive() {
|
||||
final AbstractChannelHandlerContext next = findContextInbound();
|
||||
invokeChannelActive(next);
|
||||
invokeChannelActive(findContextInbound());
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user