Fix checkstyle
This commit is contained in:
parent
c1a3cc32e7
commit
32cfe25132
@ -178,7 +178,7 @@ public abstract class AbstractNioChannel extends AbstractChannel {
|
||||
// Best effort if we are not registered yet clear readPending. This happens during channel initialization.
|
||||
// NB: We only set the boolean field instead of calling clearReadPending0(), because the SelectionKey is
|
||||
// not set yet so it would produce an assertion failure.
|
||||
readPending = false;
|
||||
readPending = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user