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 c48cef5  Javadoc tweaks.
c48cef5 is described below

commit c48cef5d5ffa96c60d5e760e02cd0ea63e70a4c6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Aug 2 14:05:15 2021 -0400

    Javadoc tweaks.
---
 src/main/java/org/apache/commons/collections4/ListUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/collections4/ListUtils.java 
b/src/main/java/org/apache/commons/collections4/ListUtils.java
index e8cec45..dfca882 100644
--- a/src/main/java/org/apache/commons/collections4/ListUtils.java
+++ b/src/main/java/org/apache/commons/collections4/ListUtils.java
@@ -180,7 +180,7 @@ public class ListUtils {
      * Shorthand for {@code list.get(0)}
      * </p>
      * @param <T> The list type.
-     * @param list The list
+     * @param list The list.
      * @return the first element of a list.
      * @see List#get(int)
      * @since 4.5
@@ -195,7 +195,7 @@ public class ListUtils {
      * Shorthand for {@code list.get(list.size() - 1)}
      * </p>
      * @param <T> The list type.
-     * @param list The list
+     * @param list The list.
      * @return the last element of a list.
      * @see List#get(int)
      * @since 4.5

Reply via email to