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 8ee49d36 JEXL-428 : checkstyle;
8ee49d36 is described below

commit 8ee49d362890aa19bdc59c55ca86633893b718a6
Author: Henrib <hbies...@gmail.com>
AuthorDate: Wed Sep 25 11:03:21 2024 +0200

    JEXL-428 : checkstyle;
---
 src/main/java/org/apache/commons/jexl3/internal/Operators.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jexl3/internal/Operators.java 
b/src/main/java/org/apache/commons/jexl3/internal/Operators.java
index 6417d27a..693c4079 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/Operators.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/Operators.java
@@ -27,8 +27,8 @@ import org.apache.commons.jexl3.JexlException;
 import org.apache.commons.jexl3.JexlOperator;
 import org.apache.commons.jexl3.internal.introspection.MethodExecutor;
 import org.apache.commons.jexl3.internal.introspection.MethodKey;
-import org.apache.commons.jexl3.introspection.JexlMethod;
 import org.apache.commons.jexl3.internal.introspection.Uberspect;
+import org.apache.commons.jexl3.introspection.JexlMethod;
 import org.apache.commons.jexl3.parser.JexlNode;
 
 /**

Reply via email to