This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 92cc3c310f Fix back-port 92cc3c310f is described below commit 92cc3c310f62f694b76c5ccb71c2a19d590b91f8 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org