Fix checkstyle

This commit is contained in:
Norman Maurer 2012-03-01 18:12:55 +01:00
parent 252d6c2cce
commit 2f78b1abe0

View File

@ -33,4 +33,4 @@ public interface Worker extends Runnable {
* the {@link Runnable} to execute
*/
ChannelFuture executeInIoThread(Channel channel, Runnable task);
}
}