Fix checkstyle

This commit is contained in:
Trustin Lee 2013-01-10 15:35:36 +09:00
parent eb337ff5a7
commit 3fe9a58f41

View File

@ -26,7 +26,7 @@ import io.netty.channel.socket.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioServerSocketChannel;
import io.netty.util.CharsetUtil;
import javax.swing.*;
import javax.swing.JApplet;
/**
* {@link JApplet} which starts up a Server that receive data and discard it.