This is an automated email from the ASF dual-hosted git repository.

rmaucher 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 f608e74591 Remove unused import
f608e74591 is described below

commit f608e745919a3fd9d4694e594dabc73e7b943bd3
Author: remm <[email protected]>
AuthorDate: Fri Jul 3 16:32:24 2026 +0200

    Remove unused import
---
 java/org/apache/jasper/JspCompilationContext.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/jasper/JspCompilationContext.java 
b/java/org/apache/jasper/JspCompilationContext.java
index b93bfa412a..110a35c825 100644
--- a/java/org/apache/jasper/JspCompilationContext.java
+++ b/java/org/apache/jasper/JspCompilationContext.java
@@ -23,7 +23,6 @@ import java.net.JarURLConnection;
 import java.net.MalformedURLException;
 import java.net.URL;
 import java.net.URLClassLoader;
-import java.net.URLConnection;
 import java.util.Set;
 import java.util.jar.JarEntry;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to