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:
parent
d72026d956
commit
a5d598f6a6
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.TransformerUtils;
|
||||||
import org.apache.commons.collections.collection.TestTransformedCollection;
|
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.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
|
|
|
@ -26,7 +26,7 @@ import junit.framework.Test;
|
||||||
import junit.framework.TestSuite;
|
import junit.framework.TestSuite;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
|
* Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
|
||||||
* implementation.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
|
|
|
@ -25,7 +25,7 @@ import junit.framework.Test;
|
||||||
import junit.framework.TestSuite;
|
import junit.framework.TestSuite;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extension of {@link TestSet} for exercising the {@link ListOrderedSet}
|
* Extension of {@link AbstractTestSet} for exercising the {@link ListOrderedSet}
|
||||||
* implementation.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.1
|
* @since Commons Collections 3.1
|
||||||
|
|
|
@ -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 TestSet} for exercising the
|
* Extension of {@link AbstractTestSet} for exercising the
|
||||||
* {@link PredicatedSet} implementation.
|
* {@link PredicatedSet} implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
|
|
|
@ -27,7 +27,7 @@ import junit.framework.TestSuite;
|
||||||
import org.apache.commons.collections.collection.TestTransformedCollection;
|
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.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.BulkTest;
|
||||||
import org.apache.commons.collections.collection.TestTransformedCollection;
|
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.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
|
|
Loading…
Reference in New Issue