From 0e25c94e3a49f3341e49fe31cfc373472873a4e0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 5 Jul 2019 10:51:02 -0400 Subject: [PATCH] Javadoc. --- src/main/java/org/apache/commons/collections4/SetUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/collections4/SetUtils.java b/src/main/java/org/apache/commons/collections4/SetUtils.java index 0ed6a1ec3..61a3a429f 100644 --- a/src/main/java/org/apache/commons/collections4/SetUtils.java +++ b/src/main/java/org/apache/commons/collections4/SetUtils.java @@ -253,7 +253,7 @@ public class SetUtils { } /** - * Create a set from the given items. If the passed var-args argument is {@code + * Creates a set from the given items. If the passed var-args argument is {@code * null}, then the method returns {@code null}. * @param the element type * @param items the elements that make up the new set @@ -626,7 +626,7 @@ public class SetUtils { } /** - * Create an unmodifiable set from the given items. If the passed var-args argument is {@code + * Creates an unmodifiable set from the given items. If the passed var-args argument is {@code * null}, then the method returns {@code null}. * @param the element type * @param items the elements that make up the new set