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 44963a75 JEXL-414: removed unused import; 44963a75 is described below commit 44963a75e242dbb758fff18b1edd4a3041631d06 Author: Henri Biestro <hbies...@cloudera.com> AuthorDate: Thu Nov 23 17:01:45 2023 +0100 JEXL-414: removed unused import; --- src/main/java/org/apache/commons/jexl3/JexlCache.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/org/apache/commons/jexl3/JexlCache.java b/src/main/java/org/apache/commons/jexl3/JexlCache.java index 1b13c04f..ff6afb1c 100644 --- a/src/main/java/org/apache/commons/jexl3/JexlCache.java +++ b/src/main/java/org/apache/commons/jexl3/JexlCache.java @@ -19,9 +19,6 @@ package org.apache.commons.jexl3; import java.util.Collection; import java.util.Collections; import java.util.Map; -import java.util.function.IntFunction; - -import org.apache.commons.jexl3.internal.SoftCache; /** * Caching scripts or templates interface.