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 b5f662ee1 Javadoc: Match since tag to expected version b5f662ee1 is described below commit b5f662ee140b26424bfa60f90d607807737ff171 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 20 17:05:30 2024 -0400 Javadoc: Match since tag to expected version --- .../commons/collections4/multimap/ArrayListValuedLinkedHashMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedLinkedHashMap.java b/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedLinkedHashMap.java index 3c238156f..087e62c46 100644 --- a/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedLinkedHashMap.java +++ b/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedLinkedHashMap.java @@ -40,7 +40,7 @@ import org.apache.commons.collections4.MultiValuedMap; * * @param <K> the type of the keys in this map * @param <V> the type of the values in this map - * @since 4.5 + * @since 4.5.0-M3 */ public class ArrayListValuedLinkedHashMap<K, V> extends AbstractListValuedMap<K, V> implements Serializable {