Javadoc fix

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

View File

@ -22,7 +22,7 @@ import junit.framework.TestSuite;
import org.apache.commons.collections.bag.AbstractTestBag;
/**
* Extension of {@link TestBag} for exercising the {@link TreeBag}
* Extension of {@link AbstractTestBag} for exercising the {@link TreeBag}
* implementation.
*
* @version $Revision$ $Date$

View File

@ -22,7 +22,7 @@ import junit.framework.TestSuite;
import org.apache.commons.collections.Bag;
/**
* Extension of {@link TestBag} for exercising the {@link HashBag}
* Extension of {@link AbstractTestBag} for exercising the {@link HashBag}
* implementation.
*
* @version $Revision$ $Date$

View File

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

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.PredicateUtils;
import org.apache.commons.collections.SortedBag;
/**
* Extension of {@link TestBag} for exercising the {@link PredicatedSortedBag}
* Extension of {@link AbstractTestSortedBag} for exercising the {@link PredicatedSortedBag}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -23,7 +23,7 @@ import org.apache.commons.collections.Bag;
import org.apache.commons.collections.collection.TestTransformedCollection;
/**
* Extension of {@link TestBag} for exercising the {@link TransformedBag}
* Extension of {@link AbstractTestBag} for exercising the {@link TransformedBag}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -23,7 +23,7 @@ import org.apache.commons.collections.Bag;
import org.apache.commons.collections.collection.TestTransformedCollection;
/**
* Extension of {@link TestSortedBag} for exercising the {@link TransformedSortedBag}
* Extension of {@link AbstractTestSortedBag} for exercising the {@link TransformedSortedBag}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -23,7 +23,7 @@ import org.apache.commons.collections.Bag;
import org.apache.commons.collections.SortedBag;
/**
* Extension of {@link TestBag} for exercising the {@link TreeBag}
* Extension of {@link AbstractTestBag} for exercising the {@link TreeBag}
* implementation.
*
* @version $Revision$ $Date$

View File

@ -24,7 +24,7 @@ import junit.framework.TestSuite;
import org.apache.commons.collections.Bag;
/**
* Extension of {@link TestBag} for exercising the {@link TypedBag}
* Extension of {@link AbstractTestBag} for exercising the {@link TypedBag}
* implementation.
*
* @since Commons Collections 3.0

View File

@ -25,7 +25,7 @@ import org.apache.commons.collections.Bag;
import org.apache.commons.collections.SortedBag;
/**
* Extension of {@link TestBag} for exercising the {@link TypedSortedBag}
* Extension of {@link AbstractTestSortedBag} for exercising the {@link TypedSortedBag}
* implementation.
*
* @since Commons Collections 3.0