Skip to content

Commit

Permalink
Trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 19, 2023
1 parent 49c5665 commit ae0923b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ jobs:
# include:
# - java: 22-ea
# os: ubuntu-latest
# experimental: true
# experimental: true
# - java: 22-ea
# os: windows-latest
# experimental: true
# experimental: true
fail-fast: false

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</action>
<action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">
[StepSecurity] ci: Harden GitHub Actions #180.
</action>
</action>
<!-- UPDATE -->
<action dev="henrib" type="update" due-to="dependabot">
Bump github actions.
Expand Down
8 changes: 4 additions & 4 deletions src/main/config/clirr-ignored.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
<method>org.apache.commons.jexl3.JexlScript createScript(org.apache.commons.jexl3.JexlInfo, java.lang.String, java.lang.String[])</method>
<to>org.apache.commons.jexl3.JexlScript createScript(org.apache.commons.jexl3.JexlInfo, java.lang.String, java.lang.String[])</to>
</difference>

<difference>
<className>org/apache/commons/jexl3/JexlEngine</className>
<differenceType>7013</differenceType> <!-- added abstract method on abstract class not meant for the user to derive -->
<method>org.apache.commons.jexl3.JexlScript createScript(org.apache.commons.jexl3.JexlFeatures, org.apache.commons.jexl3.JexlInfo, java.lang.String, java.lang.String[])</method>
<to>org.apache.commons.jexl3.JexlScript createScript(org.apache.commons.jexl3.JexlFeatures, org.apache.commons.jexl3.JexlInfo, java.lang.String, java.lang.String[])</to>
</difference>

<difference>
<className>org/apache/commons/jexl3/JexlScript</className>
<differenceType>7012</differenceType> <!-- method added to interface that is not meant for the user to implement -->
<method>java.lang.String[] getUnboundParameters()</method>
<to>java.lang.String[] getUnboundParameters()</to>
</difference>

<difference>
<className>org/apache/commons/jexl3/introspection/JexlUberspect</className>
<differenceType>7012</differenceType> <!-- method added to interface that is not meant for the user to implement -->
Expand All @@ -55,4 +55,4 @@
<method>JexlException$Tokenization(org.apache.commons.jexl3.JexlInfo, org.apache.commons.jexl3.parser.TokenMgrError)</method>
<to>JexlException$Tokenization(org.apache.commons.jexl3.JexlInfo, org.apache.commons.jexl3.parser.TokenMgrException)</to>
</difference>
</differences>
</differences>
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
#
#

org.apache.commons.jexl3.scripting.JexlScriptEngineFactory
5 changes: 2 additions & 3 deletions src/site/xdoc/reference/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -34,4 +34,3 @@
</section>
</body>
</document>

0 comments on commit ae0923b

Please sign in to comment.