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:
Niall Kegan Pemberton 2007-08-01 15:53:19 +00:00
parent 8e712055dd
commit 39896a4669
1 changed files with 1 additions and 1 deletions

View File

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