rwaldhoff 2003/03/05 11:03:33
Modified: collections/src/test/org/apache/commons/collections
TestTreeBag.java TestHashBag.java
collections/src/test/org/apache/commons/collections/primitives
TestIntList.java
Log:
scrub imports
Revision Changes Path
1.2 +5 -5 jakarta-commons/collections/src/test/org/apache/commons/collections/TestTreeBag.java
Index: TestTreeBag.java
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestTreeBag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestTreeBag.java 29 Aug 2001 15:28:07 -0000 1.1
+++ TestTreeBag.java 5 Mar 2003 19:03:33 -0000 1.2
@@ -61,7 +61,7 @@
package org.apache.commons.collections;
-import junit.framework.*;
+import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Extension of {@link TestBag} for exercising the {@link TreeBag}
1.2 +5 -5 jakarta-commons/collections/src/test/org/apache/commons/collections/TestHashBag.java
Index: TestHashBag.java
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestHashBag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestHashBag.java 29 Aug 2001 15:28:07 -0000 1.1
+++ TestHashBag.java 5 Mar 2003 19:03:33 -0000 1.2
@@ -61,7 +61,7 @@
package org.apache.commons.collections;
-import junit.framework.*;
+import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Extension of {@link TestBag} for exercising the {@link HashBag}
1.9 +2 -3 jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestIntList.java
Index: TestIntList.java
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestIntList.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- TestIntList.java 3 Mar 2003 23:23:40 -0000 1.8
+++ TestIntList.java 5 Mar 2003 19:03:33 -0000 1.9
@@ -58,7 +58,6 @@
package org.apache.commons.collections.primitives;
import java.io.Serializable;
-import java.util.AbstractCollection;
import java.util.ArrayList;
import java.util.List;
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|