DefaultChannelHandlerContext.removed doesn't need to be volatile
This commit is contained in:
parent
dc8ae16e61
commit
87efff0bca
@ -101,7 +101,7 @@ final class DefaultChannelHandlerContext extends DefaultAttributeMap implements
|
||||
private Runnable invokeFreeInboundBuffer0Task;
|
||||
private Runnable invokeFreeOutboundBuffer0Task;
|
||||
private Runnable invokeRead0Task;
|
||||
volatile boolean removed;
|
||||
boolean removed;
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
DefaultChannelHandlerContext(
|
||||
|
Loading…
Reference in New Issue
Block a user