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:
Thomas Neidhart 2015-06-01 22:41:56 +00:00
parent 7727c1cc08
commit ad618b7af9
1 changed files with 1 additions and 0 deletions

View File

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