This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a7c8256 JEXL-417: unused import;
4a7c8256 is described below

commit 4a7c8256bcf73474e837db5fcb6fa66d72d74d95
Author: Henri Biestro <hbies...@cloudera.com>
AuthorDate: Tue Nov 28 11:17:16 2023 +0100

    JEXL-417: unused import;
---
 src/main/java/org/apache/commons/jexl3/JexlArithmetic.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java 
b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
index 701422ba..90a1660f 100644
--- a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
+++ b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
@@ -29,7 +29,6 @@ import java.math.MathContext;
 import java.util.Collection;
 import java.util.Map;
 import java.util.concurrent.atomic.AtomicBoolean;
-import java.util.concurrent.atomic.AtomicInteger;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 

Reply via email to