ggregory    2004/02/18 21:40:11

  Modified:    codec/src/test/org/apache/commons/codec/net
                        URLCodecTest.java
  Log:
  Organize Imports.
  
  Revision  Changes    Path
  1.10      +1 -2      
jakarta-commons/codec/src/test/org/apache/commons/codec/net/URLCodecTest.java
  
  Index: URLCodecTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/codec/src/test/org/apache/commons/codec/net/URLCodecTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- URLCodecTest.java 9 Jan 2004 19:03:41 -0000       1.9
  +++ URLCodecTest.java 19 Feb 2004 05:40:11 -0000      1.10
  @@ -57,10 +57,9 @@
   
   package org.apache.commons.codec.net;
   
  +import junit.framework.TestCase;
   import org.apache.commons.codec.DecoderException;
   import org.apache.commons.codec.EncoderException;
  -
  -import junit.framework.TestCase;
   
   /**
    * URL codec test cases
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to