Fix checkstyle

This commit is contained in:
Norman Maurer 2013-07-31 12:21:50 +02:00
parent c79a3cdefe
commit 3049f5ddc4

View File

@ -239,7 +239,6 @@ public abstract class AbstractNioByteChannel extends AbstractNioChannel {
*/
protected abstract int doWriteBytes(ByteBuf buf) throws Exception;
protected final void setOpWrite() {
final SelectionKey key = selectionKey();
final int interestOps = key.interestOps();