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 e5ac6148b7 Fix back-port e5ac6148b7 is described below commit e5ac6148b7a44e32d995c20f491a6562deee99f3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 15 14:02:00 2024 +0100 Fix back-port --- test/org/apache/el/parser/TestAstValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/el/parser/TestAstValue.java b/test/org/apache/el/parser/TestAstValue.java index 46858c19c5..d27cefa96d 100644 --- a/test/org/apache/el/parser/TestAstValue.java +++ b/test/org/apache/el/parser/TestAstValue.java @@ -16,7 +16,7 @@ */ package org.apache.el.parser; -import jakarta.el.ELProcessor; +import javax.el.ELProcessor; 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