Deprecate MultiValueMap and MultiMap, replaced by MultiValuedMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7727c1cc08
commit
ad618b7af9
|
@ -35,6 +35,7 @@ import org.apache.commons.collections4.MultiMap;
|
|||
* @since 3.2
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public class MultiValueMapTest<K, V> extends AbstractObjectTest {
|
||||
|
||||
public MultiValueMapTest(final String testName) {
|
||||
|
|
Loading…
Reference in New Issue