Fix checkstyle

This commit is contained in:
Trustin Lee 2013-08-20 14:40:28 +09:00
parent caf91b9c06
commit 15cfa47ad9

View File

@ -98,7 +98,7 @@ public class ThreadPerChannelEventLoopGroupTest {
@Override
protected void run() {
for (; ; ) {
for (;;) {
Runnable task = takeTask();
if (task != null) {
task.run();