Adjust Javadoc since tag
This commit is contained in:
parent
2d0b85ac65
commit
53b84f99d9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue