This commit is contained in:
Gary Gregory 2019-07-05 10:51:02 -04:00
parent f8641c7114
commit 0e25c94e3a
1 changed files with 2 additions and 2 deletions

View File

@ -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}. * null}, then the method returns {@code null}.
* @param <E> the element type * @param <E> the element type
* @param items the elements that make up the new set * @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}. * null}, then the method returns {@code null}.
* @param <E> the element type * @param <E> the element type
* @param items the elements that make up the new set * @param items the elements that make up the new set