Test commit (just remove a trailing space) on Collections JDK5 Branch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@561846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e712055dd
commit
39896a4669
|
@ -189,7 +189,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 coll1 the first collection, must not be null
|
||||
* @param coll2 the first collection, must not be null
|
||||
* @return <code>true</code> iff the intersection of the collections is non-empty
|
||||
|
|
Loading…
Reference in New Issue