Add @since tags

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-05-11 13:13:40 +00:00
parent 036db10ba3
commit c9feea13e4
4 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeList.java,v 1.1 2003/05/10 15:50:14 scolebourne Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeList.java,v 1.2 2003/05/11 13:13:40 scolebourne Exp $
* ==================================================================== * ====================================================================
* *
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
@ -70,7 +70,8 @@ import org.apache.commons.collections.TestList;
* Extension of {@link TestList} for exercising the {@link FixedSizeList} * Extension of {@link TestList} for exercising the {@link FixedSizeList}
* implementation. * implementation.
* *
* @version $Revision: 1.1 $ $Date: 2003/05/10 15:50:14 $ * @since Commons Collections 3.0
* @version $Revision: 1.2 $ $Date: 2003/05/11 13:13:40 $
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeMap.java,v 1.1 2003/05/10 15:50:14 scolebourne Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeMap.java,v 1.2 2003/05/11 13:13:40 scolebourne Exp $
* ==================================================================== * ====================================================================
* *
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
@ -69,7 +69,8 @@ import org.apache.commons.collections.TestMap;
* Extension of {@link TestMap} for exercising the {@link FixedSizeMap} * Extension of {@link TestMap} for exercising the {@link FixedSizeMap}
* implementation. * implementation.
* *
* @version $Revision: 1.1 $ $Date: 2003/05/10 15:50:14 $ * @since Commons Collections 3.0
* @version $Revision: 1.2 $ $Date: 2003/05/11 13:13:40 $
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeSortedMap.java,v 1.1 2003/05/10 15:50:13 scolebourne Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestFixedSizeSortedMap.java,v 1.2 2003/05/11 13:13:40 scolebourne Exp $
* ==================================================================== * ====================================================================
* *
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
@ -70,7 +70,8 @@ import org.apache.commons.collections.TestSortedMap;
* Extension of {@link TestSortedMap} for exercising the {@link FixedSizeSortedMap} * Extension of {@link TestSortedMap} for exercising the {@link FixedSizeSortedMap}
* implementation. * implementation.
* *
* @version $Revision: 1.1 $ $Date: 2003/05/10 15:50:13 $ * @since Commons Collections 3.0
* @version $Revision: 1.2 $ $Date: 2003/05/11 13:13:40 $
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestSequencedSet.java,v 1.1 2003/05/10 15:11:58 scolebourne Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/decorators/Attic/TestSequencedSet.java,v 1.2 2003/05/11 13:13:40 scolebourne Exp $
* ==================================================================== * ====================================================================
* *
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
@ -70,7 +70,8 @@ import org.apache.commons.collections.TestSet;
* Extension of {@link TestSet} for exercising the {@link SequencedSet} * Extension of {@link TestSet} for exercising the {@link SequencedSet}
* implementation. * implementation.
* *
* @version $Revision: 1.1 $ $Date: 2003/05/10 15:11:58 $ * @since Commons Collections 3.0
* @version $Revision: 1.2 $ $Date: 2003/05/11 13:13:40 $
* *
* @author Henning P. Schmiedehausen * @author Henning P. Schmiedehausen
* @author Stephen Colebourne * @author Stephen Colebourne