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
commit 2790d5c2679e2cc9087b5f3423bc89cb0f618c14 Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 25 18:12:18 2024 -0400 Fix Java `@since` tag --- .../apache/commons/collections4/list/AbstractLinkedListForJava21.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/list/AbstractLinkedListForJava21.java b/src/main/java/org/apache/commons/collections4/list/AbstractLinkedListForJava21.java index e1f854f3c..7a74f892b 100644 --- a/src/main/java/org/apache/commons/collections4/list/AbstractLinkedListForJava21.java +++ b/src/main/java/org/apache/commons/collections4/list/AbstractLinkedListForJava21.java @@ -44,7 +44,7 @@ import org.apache.commons.collections4.OrderedIterator; * (see COLLECTIONS-842 for details). * * @param <E> the type of elements in this list - * @since 3.0 + * @since 4.5.0-M2 */ public abstract class AbstractLinkedListForJava21<E> implements List<E> {
