From e22859d0934dedaeea9de0962b446e6310a37dfe Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 7 Jul 2018 11:34:33 -0600 Subject: [PATCH] Remove trailing white spaces on all lines. --- .../java/org/apache/commons/collections4/CollectionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/CollectionUtils.java b/src/main/java/org/apache/commons/collections4/CollectionUtils.java index 6b8aebc71..b281f9238 100644 --- a/src/main/java/org/apache/commons/collections4/CollectionUtils.java +++ b/src/main/java/org/apache/commons/collections4/CollectionUtils.java @@ -398,7 +398,7 @@ public class CollectionUtils { *

* In other words, this method returns true iff the * {@link #intersection} of coll1 and coll2 is not empty. - * + * * @param the type of object to lookup in coll1. * @param coll1 the first collection, must not be null * @param coll2 the second collection, must not be null