Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B92517FEE for ; Mon, 1 Jun 2015 22:41:57 +0000 (UTC) Received: (qmail 15838 invoked by uid 500); 1 Jun 2015 22:41:57 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 15761 invoked by uid 500); 1 Jun 2015 22:41:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 15752 invoked by uid 99); 1 Jun 2015 22:41:57 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 22:41:57 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 23E3FAC026E for ; Mon, 1 Jun 2015 22:41:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1683019 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java Date: Mon, 01 Jun 2015 22:41:57 -0000 To: commits@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150601224157.23E3FAC026E@hades.apache.org> Author: tn Date: Mon Jun 1 22:41:56 2015 New Revision: 1683019 URL: http://svn.apache.org/r1683019 Log: Deprecate MultiValueMap and MultiMap, replaced by MultiValuedMap. Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java?rev=1683019&r1=1683018&r2=1683019&view=diff ============================================================================== --- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java (original) +++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java Mon Jun 1 22:41:56 2015 @@ -35,6 +35,7 @@ import org.apache.commons.collections4.M * @since 3.2 * @version $Id$ */ +@Deprecated public class MultiValueMapTest extends AbstractObjectTest { public MultiValueMapTest(final String testName) {