This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 6a23da6 Code clean-up. Remove unused import. 6a23da6 is described below commit 6a23da6bd29fe94d8be8e498434952c803d286e6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 26 11:17:16 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 c27f588..e13713b 100644 --- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java +++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java @@ -28,7 +28,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org