Add missing Javadoc tag.
This commit is contained in:
parent
0062fe65d1
commit
8cbe867552
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue