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:24:46 UTC

commons-collections git commit: Add missing Javadoc tag.

Repository: commons-collections
Updated Branches:
  refs/heads/master 0062fe65d -> 8cbe86755


Add missing Javadoc tag.

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

Branch: refs/heads/master
Commit: 8cbe8675525f15b8999b9c4d3a47265b65d85079
Parents: 0062fe6
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 11:24:43 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 11:24:43 2018 -0600

----------------------------------------------------------------------
 .../java/org/apache/commons/collections4/CollectionUtils.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8cbe8675/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 17f6577..6b8aebc 100644
--- a/src/main/java/org/apache/commons/collections4/CollectionUtils.java
+++ b/src/main/java/org/apache/commons/collections4/CollectionUtils.java
@@ -398,7 +398,8 @@ 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
      * @return <code>true</code> iff the intersection of the collections is non-empty