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 ea9e296b23 Fix backport
ea9e296b23 is described below

commit ea9e296b23c0b9f7777bfaf1dd12da48bfa60a0b
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

Reply via email to