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-lang.git

commit 28e826894c359fcb993b598dce7633dcc593c8a9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 29 17:33:30 2024 -0400

    Remove trailing whitespace
---
 src/main/java/org/apache/commons/lang3/function/Consumers.java | 2 +-
 src/main/java/org/apache/commons/lang3/function/Functions.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/function/Consumers.java 
b/src/main/java/org/apache/commons/lang3/function/Consumers.java
index 30575fb9d..202a024ee 100644
--- a/src/main/java/org/apache/commons/lang3/function/Consumers.java
+++ b/src/main/java/org/apache/commons/lang3/function/Consumers.java
@@ -33,7 +33,7 @@ public class Consumers {
 
     /**
      * Applies the given {@link Consumer} action to the object if the consumer 
is not {@code null}. Otherwise, does nothing.
-     * 
+     *
      * @param consumer the consumer to consume.
      * @param object   the object to be consumed.
      *
diff --git a/src/main/java/org/apache/commons/lang3/function/Functions.java 
b/src/main/java/org/apache/commons/lang3/function/Functions.java
index 1f4072bfc..e5c5ea546 100644
--- a/src/main/java/org/apache/commons/lang3/function/Functions.java
+++ b/src/main/java/org/apache/commons/lang3/function/Functions.java
@@ -28,7 +28,7 @@ public final class Functions {
 
     /**
      * Applies the {@link Function} on the object if the function is not 
{@code null}. Otherwise, does nothing and returns {@code null}.
-     * 
+     *
      * @param function the function to apply.
      * @param object   the object to apply the function.
      *

Reply via email to