(tomcat) branch main updated: Remove unused import
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178308915561.3745327.1373381507409465447@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 1534a57e7f Remove unused import
1534a57e7f is described below
commit 1534a57e7f4581fa653b14f57147cf87586bcf76
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;