From: Glen Mazza Date: Wed, 14 Jul 2004 23:05:44 +0000 (+0000) Subject: Minor edit, fixed commenting. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~671 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e8010c39f401908359facf3666584fdb5bb0aa0;p=xmlgraphics-fop.git Minor edit, fixed commenting. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197791 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/apps/Driver.java b/src/java/org/apache/fop/apps/Driver.java index 97715b25a..8dd1a4652 100644 --- a/src/java/org/apache/fop/apps/Driver.java +++ b/src/java/org/apache/fop/apps/Driver.java @@ -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. *

* 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) {