Removed an unused import

This commit is contained in:
Trustin Lee 2008-11-07 01:50:51 +00:00
parent ea1a68cb83
commit b50cc2b025

View File

@ -52,7 +52,6 @@ import org.jboss.netty.channel.SimpleChannelHandler;
import org.jboss.netty.example.securechat.SecureChatSslContextFactory;
import org.jboss.netty.handler.execution.ExecutionHandler;
import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;