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 53b84f99d90223c8649cbd7da25ff377ef8ad6f4
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Mon Oct 28 09:58:33 2024 -0400

    Adjust Javadoc since tag
---
 .../commons/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 <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 LinkedHashSetValuedLinkedHashMap<K, V> extends 
AbstractSetValuedMap<K, V>
     implements Serializable {

Reply via email to