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

rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new c37a011c55 Remove unused import
c37a011c55 is described below

commit c37a011c555e84f89a0a1ad515b64aa7c008fac5
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 cf4ca6e1e2..8d246b6f05 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