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 8cc5af8 Fix Checkstyle warning 8cc5af8 is described below commit 8cc5af8db7899d9fa467395bae2909c876138890 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Mar 7 10:58:06 2020 +0000 Fix Checkstyle warning --- test/org/apache/tomcat/util/net/TestSsl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/org/apache/tomcat/util/net/TestSsl.java b/test/org/apache/tomcat/util/net/TestSsl.java index 1a691d7..f167c6c 100644 --- a/test/org/apache/tomcat/util/net/TestSsl.java +++ b/test/org/apache/tomcat/util/net/TestSsl.java @@ -31,7 +31,6 @@ import javax.net.ssl.HandshakeCompletedListener; import javax.net.ssl.SSLContext; import javax.net.ssl.SSLSocket; import javax.net.ssl.SSLSocketFactory; - import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org