This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 429ff2aadcb12be36643124bbe5475ee7239a211
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 10 06:07:15 2025 -0500

    Remove unused imports
---
 .../java/org/apache/commons/jexl3/parser/ASTIdentifierAccessJxlt.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/jexl3/parser/ASTIdentifierAccessJxlt.java 
b/src/main/java/org/apache/commons/jexl3/parser/ASTIdentifierAccessJxlt.java
index 1fe127af..dd3e6f16 100644
--- a/src/main/java/org/apache/commons/jexl3/parser/ASTIdentifierAccessJxlt.java
+++ b/src/main/java/org/apache/commons/jexl3/parser/ASTIdentifierAccessJxlt.java
@@ -17,10 +17,8 @@
 
 package org.apache.commons.jexl3.parser;
 
-import org.apache.commons.jexl3.JexlEngine;
 import org.apache.commons.jexl3.JxltEngine;
 import org.apache.commons.jexl3.internal.Scope;
-import org.apache.commons.jexl3.internal.TemplateEngine;
 
 /**
  * x.`expr`.

Reply via email to