Adjust Javadoc since tag

This commit is contained in:
Gary Gregory 2024-10-28 09:58:33 -04:00
parent 2d0b85ac65
commit 53b84f99d9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {