Javadoc: Match since tag to expected version

This commit is contained in:
Gary Gregory 2024-10-20 17:05:30 -04:00
parent 98f607cf0e
commit b5f662ee14
1 changed files with 1 additions and 1 deletions

View File

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