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 8aa46e4a JEXL: add test on using regexp array (SO question)
8aa46e4a is described below

commit 8aa46e4a6038a45a9b0341992acdde041455d851
Author: Henrib <hbies...@gmail.com>
AuthorDate: Wed Sep 4 10:29:01 2024 +0200

    JEXL: add test on using regexp array (SO question)
---
 src/test/java/org/apache/commons/jexl3/Issues400Test.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/jexl3/Issues400Test.java 
b/src/test/java/org/apache/commons/jexl3/Issues400Test.java
index f8c3afc0..95407936 100644
--- a/src/test/java/org/apache/commons/jexl3/Issues400Test.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues400Test.java
@@ -28,7 +28,6 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 
 import java.lang.reflect.Method;
 import java.math.BigDecimal;
-import java.math.MathContext;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Comparator;

Reply via email to