From: markt Date: Thu, 25 Mar 2010 20:43:23 +0000 (+0000) Subject: Remove unused imports X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=49fe1c2ccd98d5197f1b8e0e63b1e4bacbe3588f;p=tomcat7.0 Remove unused imports git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927591 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/JIoEndpoint.java b/java/org/apache/tomcat/util/net/JIoEndpoint.java index 4e75266f2..3b7a4f653 100644 --- a/java/org/apache/tomcat/util/net/JIoEndpoint.java +++ b/java/org/apache/tomcat/util/net/JIoEndpoint.java @@ -30,10 +30,7 @@ import org.apache.juli.logging.Log; import org.apache.juli.logging.LogFactory; import org.apache.tomcat.util.IntrospectionUtils; import org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState; -import org.apache.tomcat.util.net.NioEndpoint.KeyAttachment; -import org.apache.tomcat.util.net.NioEndpoint.SocketProcessor; -import com.sun.corba.se.impl.protocol.giopmsgheaders.Message; /** * Handle incoming TCP connections.