Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@745057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-02-17 13:39:07 +00:00
parent d72026d956
commit a5d598f6a6
6 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.TransformerUtils;
import org.apache.commons.collections.collection.TestTransformedCollection;
/**
* Extension of {@link TestMap} for exercising the {@link TransformedMap}
* Extension of {@link AbstractTestMap} for exercising the {@link TransformedMap}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -26,7 +26,7 @@ import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
* Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -25,7 +25,7 @@ import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
* Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
* implementation.
*
* @since Commons Collections 3.1

View File

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

View File

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

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.BulkTest;
import org.apache.commons.collections.collection.TestTransformedCollection;
/**
* Extension of {@link TestSortedSet} for exercising the {@link TransformedSortedSet}
* Extension of {@link AbstractTestSortedSet} for exercising the {@link TransformedSortedSet}
* implementation.
*
* @since Commons Collections 3.0