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 2045758 Fix backport (Jakarta -> Java EE)
2045758 is described below
commit 2045758d71aa199283cc85a9aa3303e02329c56c
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 22 11:50:23 2021 +0000
Fix backport (Jakarta -> Java EE)
---
java/org/apache/jasper/compiler/StringInterpreterFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/jasper/compiler/StringInterpreterFactory.java
b/java/org/apache/jasper/compiler/StringInterpreterFactory.java
index b035752..1e5bcc5 100644
--- a/java/org/apache/jasper/compiler/StringInterpreterFactory.java
+++ b/java/org/apache/jasper/compiler/StringInterpreterFactory.java
@@ -16,7 +16,7 @@
*/
package org.apache.jasper.compiler;
-import jakarta.servlet.ServletContext;
+import javax.servlet.ServletContext;
/**
* Provides {@link StringInterpreter} instances for JSP compilation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]