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 d5256c70 JEXL-452: checkstyle (again!);
d5256c70 is described below
commit d5256c700591a26e72a405b9f8f4ad981b15b1b7
Author: Henrib <[email protected]>
AuthorDate: Fri Dec 5 16:47:41 2025 +0100
JEXL-452: checkstyle (again!);
---
src/test/java/org/apache/commons/jexl3/ExceptionTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
b/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
index 3bd93ca3..171dc6d1 100644
--- a/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
+++ b/src/test/java/org/apache/commons/jexl3/ExceptionTest.java
@@ -24,6 +24,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
import java.util.function.Supplier;
+
import org.junit.jupiter.api.Test;
/**