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