Add missing Javadoc tag.

This commit is contained in:
Gary Gregory 2018-07-07 11:24:43 -06:00
parent 0062fe65d1
commit 8cbe867552
1 changed files with 2 additions and 1 deletions

View File

@ -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