Standardise keywords

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1299215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-10 14:56:05 +00:00
parent 260d7d376b
commit 8b374ab6ff
14 changed files with 14 additions and 14 deletions

View File

@ -44,7 +44,7 @@ import org.apache.commons.collections.FunctorException;
* </pre>
*
* @since Commons Collections 4.0
* @version $Revision: $
* @version $Revision$
*/
public abstract class CatchAndRethrowClosure<E> implements Closure<E> {

View File

@ -74,7 +74,7 @@ import org.apache.commons.collections.Predicate;
* return <code>true</code> if the comparator returns a value greater than <code>0</code>.
*
* @since Commons Collections 4.0
* @version $Revision: $
* @version $Revision$
*
* @author Rune Peter Bjørnstad.
*/

View File

@ -58,7 +58,7 @@ import org.apache.commons.collections.ResettableIterator;
* </p>
*
* @since Commons Collections 4.0
* @version $Revision: $
* @version $Revision$
*/
public class IteratorIterable<E> implements Iterable<E> {

View File

@ -36,7 +36,7 @@ import org.apache.commons.collections.ResettableListIterator;
* @author Serge Knystautas
* @author Stephen Colebourne
* @since Commons Collections 3.2
* @version $Revision: $
* @version $Revision$
*/
public class ReverseListIterator<E> implements ResettableListIterator<E> {

View File

@ -50,7 +50,7 @@ import java.util.List;
*
* @see LazyList
* @since Commons Collections 3.2
* @version $Revision: 155406 $
* @version $Revision$
*
* @author Stephen Colebourne
* @author Paul Legato

View File

@ -58,7 +58,7 @@ import org.apache.commons.collections.functors.FactoryTransformer;
* exceptions when accessed by concurrent threads without synchronization.
*
* @since Commons Collections 3.2
* @version $Revision: 1.7 $
* @version $Revision$
*
* @author Stephen Colebourne
* @author Rafael U.C. Afonso

View File

@ -28,7 +28,7 @@ import java.util.Collections;
* Base class for tests of AnyPredicate, AllPredicate, and OnePredicate.
*
* @since Commons Collections 3.0
* @version $Revision: 468603 $
* @version $Revision$
*
* @author Edwin Tellman
*/

View File

@ -30,7 +30,7 @@ import java.util.List;
* Base class for tests of composite predicates.
*
* @since Commons Collections 3.0
* @version $Revision: 468603 $
* @version $Revision$
*
* @author Edwin Tellman
*/

View File

@ -31,7 +31,7 @@ import java.util.List;
* provides methods to create and verify mock predicates to which to delegate.
*
* @since Commons Collections 3.0
* @version $Revision: 468603 $
* @version $Revision$
*
* @author Edwin Tellman
*/

View File

@ -14,7 +14,7 @@ import java.util.Collections;
* Tests the org.apache.commons.collections.functors.AllPredicate class.
*
* @since Commons Collections 3.0
* @version $Revision: 468603 $
* @version $Revision$
*
* @author Edwin Tellman
*/

View File

@ -24,7 +24,7 @@ import org.apache.commons.collections.BulkTest;
/**
* Tests for IteratorIterable.
*
* @version $Revision: $
* @version $Revision$
*/
public class TestIteratorIterable extends BulkTest {

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.ResettableListIterator;
/**
* Tests the ReverseListIterator.
*
* @version $Revision: $
* @version $Revision$
*/
public class TestReverseListIterator<E> extends AbstractTestListIterator<E> {

View File

@ -25,7 +25,7 @@ import java.util.List;
* Extension of {@link AbstractTestList} for exercising the {@link GrowthList}.
*
* @since Commons Collections 3.2
* @version $Revision: 155406 $
* @version $Revision$
*
* @author Stephen Colebourne
*/

View File

@ -30,7 +30,7 @@ import org.apache.commons.collections.functors.ConstantFactory;
* {@link DefaultedMap} implementation.
*
* @since Commons Collections 3.2
* @version $Revision: 155406 $
* @version $Revision$
*
* @author Stephen Colebourne
*/