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 @Override
protected void run() { protected void run() {
for (; ; ) { for (;;) {
Runnable task = takeTask(); Runnable task = takeTask();
if (task != null) { if (task != null) {
task.run(); task.run();