]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Minor edit, fixed commenting.
authorGlen Mazza <gmazza@apache.org>
Wed, 14 Jul 2004 23:05:44 +0000 (23:05 +0000)
committerGlen Mazza <gmazza@apache.org>
Wed, 14 Jul 2004 23:05:44 +0000 (23:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197791 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/Driver.java

index 97715b25a34eb66b5456f97c7808d6f6069a7cd2..8dd1a4652d1918fa3d8c18ce199f376462aa0312 100644 (file)
@@ -35,7 +35,7 @@ import org.apache.fop.fo.FOTreeBuilder;
 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 @@ public class Driver implements Constants {
 
     /**
      * 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) {