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
* FilterIterator
*
* @return
* @return a filtered iterator
*/
public Iterator makeFullIterator() {
array = new String[] { "a", "b", "c" };

View File

@ -32,7 +32,7 @@ import junit.framework.TestCase;
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$
*

View File

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

View File

@ -25,7 +25,7 @@ import junit.framework.Test;
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
* @version $Revision: 155406 $ $Date$

View File

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

View File

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

View File

@ -28,7 +28,7 @@ import junit.framework.TestSuite;
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.
*
* @since Commons Collections 3.0

View File

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