We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd9219 commit 3190791Copy full SHA for 3190791
src/main/java/org/apache/commons/compress/utils/Sets.java
@@ -32,9 +32,9 @@ public class Sets {
32
/**
33
* Creates a new HashSet filled with the given elements
34
*
35
- * @param elements the elements to fill the new set
36
- * @param <E> type of elements contained in new set
37
- * @return A new HasSet
+ * @param elements the elements to fill the new set.
+ * @param <E> type of elements contained in new set.
+ * @return A new HasSet.
38
*/
39
@SafeVarargs
40
public static <E> HashSet<E> newHashSet(final E... elements) {
0 commit comments