This is an automated email from the ASF dual-hosted git repository.

sebb 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 4e636140 Trailing spaces [skip ci]
4e636140 is described below

commit 4e63614065213c342457a6f11361766a218c3caa
Author: Sebb <s...@apache.org>
AuthorDate: Sun Feb 9 00:23:56 2025 +0000

    Trailing spaces [skip ci]
---
 README.md                                                          | 2 +-
 src/changes/changes.xml                                            | 2 +-
 src/changes/release-notes.vm                                       | 2 +-
 src/test/java/org/apache/commons/jexl3/AnnotationTest.java         | 4 ++--
 src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 2df750ea..a28ab2d2 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 Building
 --------
 
-Building requires a Java JDK and [Apache Maven](https://maven.apache.org/). 
+Building requires a Java JDK and [Apache Maven](https://maven.apache.org/).
 The required Java version is found in the `pom.xml` as the 
`maven.compiler.source` property.
 
 From a command shell, run `mvn` without arguments to invoke the default Maven 
goal to run all tests and checks.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 08f5ec4c..f400da46 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,7 +167,7 @@
                 Bump org.ow2.asm:asm from 9.5 to 9.7 #200, #242.
             </action>
             <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump commons-logging from 1.2 to 1.3.2 #241, #255.</action>
-            <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 #258.</action> 
+            <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 #258.</action>
         </release>
         <release version="3.3" date="2023-03-20">
             <!-- ADD -->
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 930846f3..cbab213d 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -61,7 +61,7 @@ o#if($!issue != "") $issue: #else$indent#end ${action} 
#if($!dueto != "")Thanks
 
 #set($issue="")
 #set($dueto="")
-#end 
+#end
 #end
 
 #if ($release.getActions('fix').size() !=0)
diff --git a/src/test/java/org/apache/commons/jexl3/AnnotationTest.java 
b/src/test/java/org/apache/commons/jexl3/AnnotationTest.java
index 181f7c63..a36be325 100644
--- a/src/test/java/org/apache/commons/jexl3/AnnotationTest.java
+++ b/src/test/java/org/apache/commons/jexl3/AnnotationTest.java
@@ -117,9 +117,9 @@ public class AnnotationTest extends JexlTestCase {
         public Object processAnnotation(final String name, final Object[] 
args, final Callable<Object> statement) throws Exception {
             final JexlOptions options = getEngineOptions();
             // transient side effect for strict
-            
+
             // transient side effect for silent
-            
+
             // durable side effect for scale
             switch (name) {
             case "strict": {
diff --git a/src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java 
b/src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java
index dff86ac0..43b9f77b 100644
--- a/src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java
+++ b/src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java
@@ -705,7 +705,7 @@ public class ArithmeticOperatorTest extends JexlTestCase {
 
         /**
          * Sorts an array using a script to evaluate the property used to 
compare elements.
-         * 
+         *
          * @param array the elements array
          * @param expr  the property evaluation lambda
          */

Reply via email to