Author: sebb Date: Tue Feb 17 13:36:26 2009 New Revision: 745052 URL: http://svn.apache.org/viewvc?rev=745052&view=rev Log: Javadoc fix
Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java?rev=745052&r1=745051&r2=745052&view=diff ============================================================================== --- commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java (original) +++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java Tue Feb 17 13:36:26 2009 @@ -25,7 +25,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; /** - * Extension of {...@link TestBuffer} for exercising the {...@link TransformedBuffer} + * Extension of {...@link TestCase} for exercising the {...@link TransformedBuffer} * implementation. * * @since Commons Collections 3.0 Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java?rev=745052&r1=745051&r2=745052&view=diff ============================================================================== --- commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java (original) +++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java Tue Feb 17 13:36:26 2009 @@ -28,7 +28,7 @@ import org.apache.commons.collections.PredicateUtils; /** - * Extension of {...@link TestCollection} for exercising the + * Extension of {...@link AbstractTestCollection} for exercising the * {...@link PredicatedCollection} implementation. * * @since Commons Collections 3.0 Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java?rev=745052&r1=745051&r2=745052&view=diff ============================================================================== --- commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java (original) +++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java Tue Feb 17 13:36:26 2009 @@ -28,7 +28,7 @@ import org.apache.commons.collections.TransformerUtils; /** - * Extension of {...@link TestCollection} for exercising the {...@link TransformedCollection} + * Extension of {...@link AbstractTestCollection} for exercising the {...@link TransformedCollection} * implementation. * * @since Commons Collections 3.0