diff --git a/src/main/java/org/apache/commons/collections4/SetUtils.java b/src/main/java/org/apache/commons/collections4/SetUtils.java index 4fe7b7474..352bcaaaf 100644 --- a/src/main/java/org/apache/commons/collections4/SetUtils.java +++ b/src/main/java/org/apache/commons/collections4/SetUtils.java @@ -598,7 +598,7 @@ public class SetUtils { * If the decorated sets change, this view will change as well. The contents * of this view can be transferred to another instance via the {@link #copyInto(Set)} * and {@link #toSet()} methods. - * + * * @param the element type * @since 4.1 */ @@ -624,6 +624,7 @@ public class SetUtils { /** * Copies the contents of this view into the provided set. * + * @param the set type * @param set the set for copying the contents */ public > void copyInto(final S set) {