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:
parent
7d55bba9d8
commit
f02e3b24fe
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue