dion        2005/01/06 01:05:28

  Modified:    jelly/src/test/org/apache/commons/jelly/test/impl
                        TestEmbedded.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.7       +5 -6      
jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/impl/TestEmbedded.java
  
  Index: TestEmbedded.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/impl/TestEmbedded.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestEmbedded.java 6 Jan 2005 09:00:36 -0000       1.6
  +++ TestEmbedded.java 6 Jan 2005 09:05:28 -0000       1.7
  @@ -17,18 +17,17 @@
   
   import java.io.ByteArrayInputStream;
   import java.io.ByteArrayOutputStream;
  -import java.io.OutputStream;
   import java.io.StringReader;
   
  -import org.apache.commons.jelly.JellyContext;
  -import org.apache.commons.jelly.XMLOutput;
  -import org.apache.commons.jelly.impl.Embedded;
  -import org.xml.sax.InputSource;
  -
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
   import junit.textui.TestRunner;
  +
  +import org.apache.commons.jelly.JellyContext;
  +import org.apache.commons.jelly.XMLOutput;
  +import org.apache.commons.jelly.impl.Embedded;
  +import org.xml.sax.InputSource;
   
   /**
    *  Unit case  of Embedded
  
  
  

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

Reply via email to