Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@745052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-02-17 13:36:26 +00:00
parent 7d55bba9d8
commit f02e3b24fe
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import org.apache.commons.collections.Buffer;
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

View File

@ -28,7 +28,7 @@ import org.apache.commons.collections.Predicate;
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

View File

@ -28,7 +28,7 @@ import org.apache.commons.collections.Transformer;
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