Fix checkstyle warnings

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-06-22 21:51:07 +00:00
parent 9314193c8c
commit 3ac225d9a5
1 changed files with 2 additions and 1 deletions

View File

@ -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 <E> the element type
* @since 4.1
*/
@ -624,6 +624,7 @@ public class SetUtils {
/**
* Copies the contents of this view into the provided set.
*
* @param <S> the set type
* @param set the set for copying the contents
*/
public <S extends Set<E>> void copyInto(final S set) {