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