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 2022/08/19 08:51:14 UTC

[tomcat] branch 9.0.x updated: Fix backport (jakarta -> javax)

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 12108b4066 Fix backport (jakarta -> javax)
12108b4066 is described below

commit 12108b406678cba1ee0e5db1c51929b5ca7da465
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Aug 19 09:51:08 2022 +0100

    Fix backport (jakarta -> javax)
---
 test/org/apache/el/parser/TestAstFloatingPoint.java | 2 +-
 test/org/apache/el/parser/TestAstInteger.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/org/apache/el/parser/TestAstFloatingPoint.java b/test/org/apache/el/parser/TestAstFloatingPoint.java
index f0d9c6236b..9cccb360a0 100644
--- a/test/org/apache/el/parser/TestAstFloatingPoint.java
+++ b/test/org/apache/el/parser/TestAstFloatingPoint.java
@@ -18,7 +18,7 @@ package org.apache.el.parser;
 
 import java.math.BigDecimal;
 
-import jakarta.el.ELProcessor;
+import javax.el.ELProcessor;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/test/org/apache/el/parser/TestAstInteger.java b/test/org/apache/el/parser/TestAstInteger.java
index 5ac91a84d6..f361ea8f96 100644
--- a/test/org/apache/el/parser/TestAstInteger.java
+++ b/test/org/apache/el/parser/TestAstInteger.java
@@ -18,7 +18,7 @@ package org.apache.el.parser;
 
 import java.math.BigInteger;
 
-import jakarta.el.ELProcessor;
+import javax.el.ELProcessor;
 
 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