Skip to content

Commit

Permalink
JEXL-414: removed unused import;
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Biestro committed Nov 23, 2023
1 parent 2255bb3 commit 44963a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/apache/commons/jexl3/JexlCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
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.
Expand Down

0 comments on commit 44963a7

Please sign in to comment.