diff --git a/src/test/org/apache/commons/collections/list/TestPredicatedList.java b/src/test/org/apache/commons/collections/list/TestPredicatedList.java index 365f637ef..35399bfd4 100644 --- a/src/test/org/apache/commons/collections/list/TestPredicatedList.java +++ b/src/test/org/apache/commons/collections/list/TestPredicatedList.java @@ -1,5 +1,5 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestPredicatedList.java,v 1.3 2003/11/18 22:37:14 scolebourne Exp $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestPredicatedList.java,v 1.4 2003/12/03 11:17:36 scolebourne Exp $ * ==================================================================== * * The Apache Software License, Version 1.1 @@ -71,11 +71,11 @@ import org.apache.commons.collections.PredicateUtils; * {@link PredicatedList} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:14 $ + * @version $Revision: 1.4 $ $Date: 2003/12/03 11:17:36 $ * * @author Phil Steitz */ -public class TestPredicatedList extends AbstractTestList{ +public class TestPredicatedList extends AbstractTestList { public TestPredicatedList(String testName) { super(testName); @@ -183,4 +183,4 @@ public class TestPredicatedList extends AbstractTestList{ list.contains("three")); } -} \ No newline at end of file +}