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 a65744ae66 Fix backport a65744ae66 is described below commit a65744ae66769dfca4c01af128cdef9f551c47dc Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 30 16:24:47 2022 +0100 Fix backport --- java/org/apache/el/lang/ELArithmetic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/el/lang/ELArithmetic.java b/java/org/apache/el/lang/ELArithmetic.java index 65194cc2e3..59506a5a7b 100644 --- a/java/org/apache/el/lang/ELArithmetic.java +++ b/java/org/apache/el/lang/ELArithmetic.java @@ -20,7 +20,7 @@ import java.math.BigDecimal; import java.math.BigInteger; import java.math.RoundingMode; -import jakarta.el.ELException; +import javax.el.ELException; import org.apache.el.util.MessageFactory; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org