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 5fc40460a6993c6c8d66d8e7d11c3aa207d20d3f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 1 10:36:42 2024 -0400

    Use compact array notation
---
 src/test/java/org/apache/commons/jexl3/ArithmeticTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/jexl3/ArithmeticTest.java 
b/src/test/java/org/apache/commons/jexl3/ArithmeticTest.java
index e87c9b66..e4bda49f 100644
--- a/src/test/java/org/apache/commons/jexl3/ArithmeticTest.java
+++ b/src/test/java/org/apache/commons/jexl3/ArithmeticTest.java
@@ -1486,7 +1486,7 @@ public class ArithmeticTest extends JexlTestCase {
 
     @Test
     public void testFailAllOperators() {
-        final String[] scripts = new String[]{
+        final String[] scripts = {
             "(x, y)->{ x < y }",
             "(x, y)->{ x <= y }",
             "(x, y)->{ x > y }",

Reply via email to