Skip to content

Commit 3190791

Browse files
committed
Javadoc
1 parent 5fd9219 commit 3190791

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/org/apache/commons/compress/utils

1 file changed

+3
-3
lines changed

src/main/java/org/apache/commons/compress/utils/Sets.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public class Sets {
3232
/**
3333
* Creates a new HashSet filled with the given elements
3434
*
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
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.
3838
*/
3939
@SafeVarargs
4040
public static <E> HashSet<E> newHashSet(final E... elements) {

0 commit comments

Comments
 (0)