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 2004/10/26 01:34:24 UTC

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io WildcardUtilsTest.java

scolebourne    2004/10/25 16:34:24

  Modified:    io/src/test/org/apache/commons/io WildcardUtilsTest.java
  Log:
  Organize imports
  
  Revision  Changes    Path
  1.2       +0 -3      jakarta-commons/io/src/test/org/apache/commons/io/WildcardUtilsTest.java
  
  Index: WildcardUtilsTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/src/test/org/apache/commons/io/WildcardUtilsTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WildcardUtilsTest.java	25 Oct 2004 22:55:28 -0000	1.1
  +++ WildcardUtilsTest.java	25 Oct 2004 23:34:24 -0000	1.2
  @@ -15,10 +15,7 @@
    */
   package org.apache.commons.io;
   
  -import junit.framework.Test;
   import junit.framework.TestCase;
  -import junit.framework.TestSuite;
  -import junit.textui.TestRunner;
   
   public class WildcardUtilsTest extends TestCase {
   
  
  
  

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