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 a032ab7e7c89cb06a9697a1bd12f415157ebcdc1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 1 10:21:51 2024 -0400

    Use final
---
 src/test/java/org/apache/commons/jexl3/SideEffectTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/jexl3/SideEffectTest.java 
b/src/test/java/org/apache/commons/jexl3/SideEffectTest.java
index 2bf76813..d52f35a3 100644
--- a/src/test/java/org/apache/commons/jexl3/SideEffectTest.java
+++ b/src/test/java/org/apache/commons/jexl3/SideEffectTest.java
@@ -71,7 +71,7 @@ public class SideEffectTest extends JexlTestCase {
             public Arithmetic246b(final boolean astrict) {
                 super(astrict);
             }
-    
+
             public Object selfAdd(final Object c, final String item) throws 
IOException {
                 if (c == null) {
                     return new ArrayList<>(Collections.singletonList(item));

Reply via email to