You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/12/03 12:17:36 UTC

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/list TestPredicatedList.java

scolebourne    2003/12/03 03:17:36

  Modified:    collections/src/test/org/apache/commons/collections/list
                        TestPredicatedList.java
  Log:
  File layout
  
  Revision  Changes    Path
  1.4       +4 -4      jakarta-commons/collections/src/test/org/apache/commons/collections/list/TestPredicatedList.java
  
  Index: TestPredicatedList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/list/TestPredicatedList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestPredicatedList.java	18 Nov 2003 22:37:14 -0000	1.3
  +++ TestPredicatedList.java	3 Dec 2003 11:17:36 -0000	1.4
  @@ -75,7 +75,7 @@
    * 
    * @author Phil Steitz
    */
  -public class TestPredicatedList extends AbstractTestList{
  +public class TestPredicatedList extends AbstractTestList {
       
       public TestPredicatedList(String testName) {
           super(testName);
  @@ -183,4 +183,4 @@
            list.contains("three"));   
       }       
           
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org