diff --git a/src/main/java/org/apache/commons/collections4/CollectionUtils.java b/src/main/java/org/apache/commons/collections4/CollectionUtils.java index 17f6577dc..6b8aebc71 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 { *
* In other words, this method returns true
iff the
* {@link #intersection} of coll1 and coll2 is not empty.
- *
+ *
+ * @param coll1
.
* @param coll1 the first collection, must not be null
* @param coll2 the second collection, must not be null
* @return true
iff the intersection of the collections is non-empty