gmazza      2004/07/14 16:05:44

  Modified:    src/java/org/apache/fop/apps Driver.java
  Log:
  Minor edit, fixed commenting.
  
  Revision  Changes    Path
  1.85      +1 -2      xml-fop/src/java/org/apache/fop/apps/Driver.java
  
  Index: Driver.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/Driver.java,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- Driver.java       14 Jul 2004 23:01:56 -0000      1.84
  +++ Driver.java       14 Jul 2004 23:05:44 -0000      1.85
  @@ -35,7 +35,7 @@
   import org.apache.fop.render.awt.AWTRenderer;
   
   /**
  - * Primary class that drives overall FOP process.
  + * Primary class that drives the overall FOP process.
    * <P>
    * JAXP is the standard method of embedding FOP in Java programs.
    * Please check our embedding page (http://xml.apache.org/fop/embedding.html)
  @@ -106,7 +106,6 @@
   
       /**
        * Convenience constructor for directly setting input and output.
  -     * @param source InputSource to take the XSL-FO input from
        * @param stream Target output stream
        */
       public Driver(OutputStream stream) {
  
  
  

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

Reply via email to