Javadoc fix

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

View File

@ -85,7 +85,7 @@ public class TestFilterIterator extends AbstractTestIterator {
* Returns an array with elements wrapped in a pass-through * Returns an array with elements wrapped in a pass-through
* FilterIterator * FilterIterator
* *
* @return * @return a filtered iterator
*/ */
public Iterator makeFullIterator() { public Iterator makeFullIterator() {
array = new String[] { "a", "b", "c" }; array = new String[] { "a", "b", "c" };

View File

@ -32,7 +32,7 @@ import junit.framework.TestCase;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/** /**
* Unit tests for {@link org.apache.commons.collections.MultiKey}. * Unit tests for {@link org.apache.commons.collections.keyvalue.MultiKey}.
* *
* @version $Revision$ $Date$ * @version $Revision$ $Date$
* *

View File

@ -24,7 +24,7 @@ import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/** /**
* Extension of {@link TestList} for exercising the {@link FixedSizeList} * Extension of {@link AbstractTestList} for exercising the {@link FixedSizeList}
* implementation. * implementation.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0

View File

@ -25,7 +25,7 @@ import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/** /**
* Extension of {@link TestList} for exercising the {@link GrowthList}. * Extension of {@link AbstractTestList} for exercising the {@link GrowthList}.
* *
* @since Commons Collections 3.2 * @since Commons Collections 3.2
* @version $Revision: 155406 $ $Date$ * @version $Revision: 155406 $ $Date$

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.Predicate;
import org.apache.commons.collections.PredicateUtils; import org.apache.commons.collections.PredicateUtils;
/** /**
* Extension of {@link TestList} for exercising the * Extension of {@link AbstractTestList} for exercising the
* {@link PredicatedList} implementation. * {@link PredicatedList} implementation.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0

View File

@ -24,7 +24,7 @@ import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/** /**
* Extension of {@link TestList} for exercising the {@link SynchronizedList} * Extension of {@link AbstractTestList} for exercising the {@link SynchronizedList}
* implementation. * implementation.
* *
* @since Commons Collections 3.1 * @since Commons Collections 3.1

View File

@ -28,7 +28,7 @@ import junit.framework.TestSuite;
import org.apache.commons.collections.collection.TestTransformedCollection; import org.apache.commons.collections.collection.TestTransformedCollection;
/** /**
* Extension of {@link TestList} for exercising the {@link TransformedList} * Extension of {@link AbstractTestList} for exercising the {@link TransformedList}
* implementation. * implementation.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0

View File

@ -24,7 +24,7 @@ import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/** /**
* Extension of {@link TestList} for exercising the {@link TypedList} * Extension of {@link AbstractTestList} for exercising the {@link TypedList}
* implementation. * implementation.
* *
* @since Commons Collections 3.1 * @since Commons Collections 3.1