Javadoc: Match since tag to expected version
This commit is contained in:
parent
98f607cf0e
commit
b5f662ee14
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue