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 32494dd Fix import spacing 32494dd is described below commit 32494dd4137d9a9dfb33e550d3dc7e061a22197c Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 19 17:47:26 2021 +0100 Fix import spacing --- 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