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 2018/07/07 17:34:35 UTC

commons-collections git commit: Remove trailing white spaces on all lines.

Repository: commons-collections
Updated Branches:
  refs/heads/master d42cb86f2 -> e22859d09


Remove trailing white spaces on all lines.

Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/e22859d0
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/e22859d0
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/e22859d0

Branch: refs/heads/master
Commit: e22859d0934dedaeea9de0962b446e6310a37dfe
Parents: d42cb86
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 11:34:33 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 11:34:33 2018 -0600

----------------------------------------------------------------------
 src/main/java/org/apache/commons/collections4/CollectionUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/e22859d0/src/main/java/org/apache/commons/collections4/CollectionUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/collections4/CollectionUtils.java b/src/main/java/org/apache/commons/collections4/CollectionUtils.java
index 6b8aebc..b281f92 100644
--- a/src/main/java/org/apache/commons/collections4/CollectionUtils.java
+++ b/src/main/java/org/apache/commons/collections4/CollectionUtils.java
@@ -398,7 +398,7 @@ public class CollectionUtils {
      * <p>
      * In other words, this method returns <code>true</code> iff the
      * {@link #intersection} of <i>coll1</i> and <i>coll2</i> is not empty.
-     * 
+     *
      * @param <T> the type of object to lookup in <code>coll1</code>.
      * @param coll1  the first collection, must not be null
      * @param coll2  the second collection, must not be null