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 2023/05/02 12:47:36 UTC

[tomcat] branch 9.0.x updated: Fix back-port

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 094c4bbaf9 Fix back-port
094c4bbaf9 is described below

commit 094c4bbaf9bd9e49a7c598f342624c2f2f84cce7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 2 13:47:20 2023 +0100

    Fix back-port
---
 test/javax/servlet/jsp/el/TestImportELResolver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/javax/servlet/jsp/el/TestImportELResolver.java b/test/javax/servlet/jsp/el/TestImportELResolver.java
index c92d7f8800..085f514755 100644
--- a/test/javax/servlet/jsp/el/TestImportELResolver.java
+++ b/test/javax/servlet/jsp/el/TestImportELResolver.java
@@ -16,7 +16,7 @@
  */
 package javax.servlet.jsp.el;
 
-import jakarta.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponse;
 
 import org.junit.Assert;
 import org.junit.Test;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org