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 a2d2a37 Fix imports a2d2a37 is described below commit a2d2a3755f959c6698414b289626956cef470fee Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 20 20:52:58 2021 +0100 Fix imports --- test/org/apache/tomcat/util/net/TestCustomSsl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/apache/tomcat/util/net/TestCustomSsl.java b/test/org/apache/tomcat/util/net/TestCustomSsl.java index e9bb46d..cf8a86d 100644 --- a/test/org/apache/tomcat/util/net/TestCustomSsl.java +++ b/test/org/apache/tomcat/util/net/TestCustomSsl.java @@ -17,6 +17,7 @@ package org.apache.tomcat.util.net; import java.io.File; + import org.junit.Assert; import org.junit.Assume; import org.junit.Test; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org