Redundant superinterface MultiValuedMap<K,V> for the type MultiValuedHashMap<K,V>, already defined by AbstractMultiValuedMap<K,V>.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c460996e75
commit
115198b9c9
|
@ -50,7 +50,7 @@ import org.apache.commons.collections4.SetValuedMap;
|
|||
* @since 4.1
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MultiValuedHashMap<K, V> extends AbstractMultiValuedMap<K, V> implements MultiValuedMap<K, V> {
|
||||
public class MultiValuedHashMap<K, V> extends AbstractMultiValuedMap<K, V> {
|
||||
|
||||
/** Serialization Version */
|
||||
private static final long serialVersionUID = -5845183518195365857L;
|
||||
|
|
Loading…
Reference in New Issue