This commit is contained in:
Trustin Lee 2012-05-30 04:28:01 -07:00
parent 4154f42520
commit c17e5b458a

View File

@ -211,7 +211,7 @@ public abstract class SingleThreadEventLoop extends AbstractExecutorService impl
protected abstract void run();
protected void cleanup() {
// Do nothing. Subclases will override.
// Do nothing. Subclasses will override.
}
protected abstract void wakeup(boolean inEventLoop);