You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ar...@locus.apache.org on 2000/07/11 05:01:48 UTC

cvs commit: xml-fop/src/org/apache/fop/apps PrintCommandLine.java

arved       00/07/10 20:01:47

  Modified:    src/org/apache/fop/apps PrintCommandLine.java
  Log:
  SAX2
  
  Revision  Changes    Path
  1.3       +2 -2      xml-fop/src/org/apache/fop/apps/PrintCommandLine.java
  
  Index: PrintCommandLine.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/PrintCommandLine.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrintCommandLine.java	2000/06/27 22:13:05	1.2
  +++ PrintCommandLine.java	2000/07/11 03:01:46	1.3
  @@ -7,7 +7,7 @@
    */
   
   
  -import org.xml.sax.Parser;
  +import org.xml.sax.XMLReader;
   import org.xml.sax.InputSource;
   import org.xml.sax.SAXException;
   import org.xml.sax.SAXParseException;
  @@ -50,7 +50,7 @@
         System.exit(1);
       }
   
  -    Parser parser = createParser();
  +    XMLReader parser = createParser();
   
       if (parser == null) {
         MessageHandler.errorln("ERROR: Unable to create SAX parser");