Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 55973 invoked from network); 17 Feb 2009 13:40:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 13:40:19 -0000 Received: (qmail 12036 invoked by uid 500); 17 Feb 2009 13:40:17 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 11969 invoked by uid 500); 17 Feb 2009 13:40:17 -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 11960 invoked by uid 99); 17 Feb 2009 13:40:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 05:40:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 13:40:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 343302388B66; Tue, 17 Feb 2009 13:39:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745059 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java Date: Tue, 17 Feb 2009 13:39:56 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090217133956.343302388B66@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Feb 17 13:39:55 2009 New Revision: 745059 URL: http://svn.apache.org/viewvc?rev=745059&view=rev Log: Javadoc fix Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java?rev=745059&r1=745058&r2=745059&view=diff ============================================================================== --- commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java (original) +++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java Tue Feb 17 13:39:55 2009 @@ -27,7 +27,7 @@ import org.apache.commons.collections.PredicateUtils; /** - * Extension of {@link TestMap} for exercising the + * Extension of {@link AbstractTestMap} for exercising the * {@link PredicatedMap} implementation. * * @since Commons Collections 3.0