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 b5c0a18b JEXL-406: added test/example of context methods
b5c0a18b is described below

commit b5c0a18beee9b6e851bfe6a5fe191d7b75211c3f
Author: Henri Biestro <hbies...@cloudera.com>
AuthorDate: Fri Sep 22 08:24:51 2023 +0200

    JEXL-406: added test/example of context methods
---
 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 712e81f6..9c366351 100644
--- a/src/test/java/org/apache/commons/jexl3/Issues400Test.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues400Test.java
@@ -22,7 +22,6 @@ import org.junit.Test;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Iterator;
-import java.util.List;
 import java.util.Map;
 import java.util.Objects;
 

Reply via email to