From 53b84f99d90223c8649cbd7da25ff377ef8ad6f4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 28 Oct 2024 09:58:33 -0400 Subject: [PATCH] Adjust Javadoc since tag --- .../collections4/multimap/LinkedHashSetValuedLinkedHashMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/multimap/LinkedHashSetValuedLinkedHashMap.java b/src/main/java/org/apache/commons/collections4/multimap/LinkedHashSetValuedLinkedHashMap.java index b689ed58e..3ec4ffec3 100644 --- a/src/main/java/org/apache/commons/collections4/multimap/LinkedHashSetValuedLinkedHashMap.java +++ b/src/main/java/org/apache/commons/collections4/multimap/LinkedHashSetValuedLinkedHashMap.java @@ -39,7 +39,7 @@ import org.apache.commons.collections4.MultiValuedMap; * * @param the type of the keys in this map * @param the type of the values in this map - * @since 4.5 + * @since 4.5.0-M3 */ public class LinkedHashSetValuedLinkedHashMap extends AbstractSetValuedMap implements Serializable {