Fix checkstyle

This commit is contained in:
Trustin Lee 2016-04-08 17:44:52 +09:00
parent c1a3cc32e7
commit 32cfe25132

View File

@ -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;
}
}