You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/22 11:50:38 UTC

[tomcat] branch 9.0.x updated: Fix backport (Jakarta -> Java EE)

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org