You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/12/06 20:57:18 UTC

cvs commit: xml-xalan/java/samples/SimpleTransform SimpleTransform.java

dleslie     00/12/06 11:57:18

  Modified:    java/samples/SimpleTransform SimpleTransform.java
  Log:
  Get rid of uneeded imports.
  
  Revision  Changes    Path
  1.6       +0 -4      xml-xalan/java/samples/SimpleTransform/SimpleTransform.java
  
  Index: SimpleTransform.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/SimpleTransform/SimpleTransform.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SimpleTransform.java	2000/12/05 13:35:33	1.5
  +++ SimpleTransform.java	2000/12/06 19:57:17	1.6
  @@ -63,10 +63,6 @@
   import javax.xml.transform.TransformerConfigurationException;
   
   
  -// Imported SAX classes
  -import org.xml.sax.InputSource;
  -import org.xml.sax.SAXException;
  -
   // Imported java classes
   import java.io.FileOutputStream;
   import java.io.FileNotFoundException;