Skip to content

Commit

Permalink
Refactoring Jexl integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Oct 10, 2023
1 parent 7099edc commit 927e1dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/de/neuland/pug4j/jexl3/PugJexlArithmetic.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.jexl3.JexlArithmetic;

import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Collection;
import java.util.concurrent.atomic.AtomicBoolean;

public class PugJexlArithmetic extends JexlArithmetic {

Expand Down

0 comments on commit 927e1dc

Please sign in to comment.