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 5b20a0c6 JEXL-452: checkstyle;
5b20a0c6 is described below

commit 5b20a0c696d13f2f77f50404032d27a20933e71b
Author: Henrib <[email protected]>
AuthorDate: Fri Dec 5 16:42:51 2025 +0100

    JEXL-452: checkstyle;
---
 src/test/java/org/apache/commons/jexl3/ExceptionTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/jexl3/ExceptionTest.java 
b/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
index 88d033a3..3bd93ca3 100644
--- a/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
+++ b/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
@@ -23,9 +23,8 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
-import org.junit.jupiter.api.Test;
-
 import java.util.function.Supplier;
+import org.junit.jupiter.api.Test;
 
 /**
  * Checks various exception handling cases.

Reply via email to