Add an empty line

This commit is contained in:
Trustin Lee 2013-03-14 06:54:57 +09:00
parent 8dcb1387e3
commit 644d5abbda

View File

@ -86,6 +86,7 @@ public final class NioEventLoop extends SingleThreadEventLoop {
logger.debug("Epoll-bug workaround enabled = " + EPOLL_BUG_WORKAROUND); logger.debug("Epoll-bug workaround enabled = " + EPOLL_BUG_WORKAROUND);
} }
} }
/** /**
* The NIO {@link Selector}. * The NIO {@link Selector}.
*/ */