You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/12 20:15:06 UTC

[commons-lang] branch master updated: Remove trailing white space.

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


The following commit(s) were added to refs/heads/master by this push:
     new 6094cf2  Remove trailing white space.
6094cf2 is described below

commit 6094cf2237b89c1a02cc433659f874ebccd610dd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 12 16:15:01 2020 -0400

    Remove trailing white space.
---
 src/main/java/org/apache/commons/lang3/Functions.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/Functions.java b/src/main/java/org/apache/commons/lang3/Functions.java
index e52b749..0f701f4 100644
--- a/src/main/java/org/apache/commons/lang3/Functions.java
+++ b/src/main/java/org/apache/commons/lang3/Functions.java
@@ -325,7 +325,7 @@ public class Functions {
 
     /**
      * A functional interface like {@link ObjDoubleConsumer} that declares a Throwable.
-     * 
+     *
      * @param <O> the type of the object argument to the operation.
      * @param <T> Thrown exception.
      * @since 3.11