Remove trailing white spaces on all lines.

This commit is contained in:
Gary Gregory 2018-07-07 11:34:33 -06:00
parent d42cb86f2f
commit e22859d093

View File

@ -398,7 +398,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 <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