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:08 UTC

svn commit: r745057 - in /commons/proper/collections/trunk/src/test/org/apache/commons/collections: map/ set/

Author: sebb
Date: Tue Feb 17 13:39:07 2009
New Revision: 745057

URL: http://svn.apache.org/viewvc?rev=745057&view=rev
Log:
Javadoc fix

Modified:
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java Tue Feb 17 13:39:07 2009
@@ -27,7 +27,7 @@
 import org.apache.commons.collections.collection.TestTransformedCollection;
 
 /**
- * Extension of {@link TestMap} for exercising the {@link TransformedMap}
+ * Extension of {@link AbstractTestMap} for exercising the {@link TransformedMap}
  * implementation.
  *
  * @since Commons Collections 3.0

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java Tue Feb 17 13:39:07 2009
@@ -26,7 +26,7 @@
 import junit.framework.TestSuite;
 
 /**
- * Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
+ * Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
  * implementation.
  *
  * @since Commons Collections 3.0

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java Tue Feb 17 13:39:07 2009
@@ -25,7 +25,7 @@
 import junit.framework.TestSuite;
 
 /**
- * Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
+ * Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
  * implementation.
  *
  * @since Commons Collections 3.1

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java Tue Feb 17 13:39:07 2009
@@ -26,7 +26,7 @@
 import org.apache.commons.collections.PredicateUtils;
 
 /**
- * Extension of {@link TestSet} for exercising the 
+ * Extension of {@link AbstractTestSet} for exercising the 
  * {@link PredicatedSet} implementation.
  *
  * @since Commons Collections 3.0

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java Tue Feb 17 13:39:07 2009
@@ -27,7 +27,7 @@
 import org.apache.commons.collections.collection.TestTransformedCollection;
 
 /**
- * Extension of {@link TestSet} for exercising the {@link TransformedSet}
+ * Extension of {@link AbstractTestSet} for exercising the {@link TransformedSet}
  * implementation.
  *
  * @since Commons Collections 3.0

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java?rev=745057&r1=745056&r2=745057&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java Tue Feb 17 13:39:07 2009
@@ -27,7 +27,7 @@
 import org.apache.commons.collections.collection.TestTransformedCollection;
 
 /**
- * Extension of {@link TestSortedSet} for exercising the {@link TransformedSortedSet}
+ * Extension of {@link AbstractTestSortedSet} for exercising the {@link TransformedSortedSet}
  * implementation.
  *
  * @since Commons Collections 3.0