Skip to content

Commit

Permalink
Trailing spaces [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 9, 2025
1 parent 3ca55bb commit 4e63614
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion src/changes/release-notes.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/org/apache/commons/jexl3/AnnotationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ public static class OptAnnotationContext extends JexlEvalContext implements Jexl
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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public int compare(String left, String right) {

/**
* 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
*/
Expand Down

0 comments on commit 4e63614

Please sign in to comment.