This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e25c94  Javadoc.
0e25c94 is described below

commit 0e25c94e3a49f3341e49fe31cfc373472873a4e0
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Jul 5 10:51:02 2019 -0400

    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 0ed6a1e..61a3a42 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 <E> 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 <E> the element type
      * @param items the elements that make up the new set

Reply via email to