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 b20e34808 Javadoc
b20e34808 is described below

commit b20e34808d8ad5be8f834a32414474de13c0a6e0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jun 24 07:58:54 2024 -0400

    Javadoc
---
 .../java/org/apache/commons/collections4/list/AbstractLinkedList.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 
b/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java
index 95b271c93..eef3e27b4 100644
--- a/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java
+++ b/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java
@@ -406,7 +406,7 @@ public abstract class AbstractLinkedList<E> implements 
List<E> {
      * is via the methods on this class.
      * </p>
      *
-     * @param <E> The node value type. 
+     * @param <E> The node value type.
      */
     protected static class Node<E> {
 

Reply via email to