You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/02/17 14:39:56 UTC

svn commit: r745059 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java

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