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:
parent
9314193c8c
commit
3ac225d9a5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue