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 3a6df535 JEXL-457: checkstyle;
3a6df535 is described below

commit 3a6df53569db9dc8c5a624d0d26e252e02b517f5
Author: Henrib <[email protected]>
AuthorDate: Fri Mar 6 12:32:45 2026 +0100

    JEXL-457: checkstyle;
---
 .../apache/commons/jexl3/internal/introspection/PermissionsTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/jexl3/internal/introspection/PermissionsTest.java
 
b/src/test/java/org/apache/commons/jexl3/internal/introspection/PermissionsTest.java
index 9bf60b75..f2a99db7 100644
--- 
a/src/test/java/org/apache/commons/jexl3/internal/introspection/PermissionsTest.java
+++ 
b/src/test/java/org/apache/commons/jexl3/internal/introspection/PermissionsTest.java
@@ -583,7 +583,7 @@ class PermissionsTest {
                 script.execute(null);
                 Assertions.fail("should have thrown a permission exception");
             } catch (JexlException.Method exception) {
-                Assertions.assertTrue( exception.getMethod().contains("File"), 
"FileReader::new should not be allowed");
+                Assertions.assertTrue(exception.getMethod().contains("File"), 
"FileReader::new should not be allowed");
             }
         }
     }

Reply via email to