This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 362cc2b Code clean-up. Remove unused import.
362cc2b is described below
commit 362cc2b76cceb07fa23d0912d7c1a2b040ff6d2a
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 26 11:14:02 2021 +0100
Code clean-up. Remove unused import.
---
test/org/apache/tomcat/util/net/TestXxxEndpoint.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
index 6ee9a09..b4b0a86 100644
--- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
+++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
@@ -32,7 +32,6 @@ import org.apache.catalina.startup.Tomcat;
import org.apache.catalina.startup.TomcatBaseTest;
import org.apache.tomcat.jni.Address;
import org.apache.tomcat.jni.Error;
-import org.apache.tomcat.jni.Library;
import org.apache.tomcat.jni.OS;
import org.apache.tomcat.jni.Pool;
import org.apache.tomcat.jni.Socket;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]