]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
style/javadoc changes only
authorWilliam Victor Mote <vmote@apache.org>
Thu, 21 Aug 2003 19:22:21 +0000 (19:22 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 21 Aug 2003 19:22:21 +0000 (19:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196822 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FOInputHandler.java

index 6220a59fe0e4459048468174624b563c9ad2f158..4e605e61e680892d7be2efd92320c4c55358aaa7 100644 (file)
@@ -58,7 +58,6 @@ import java.util.HashSet;
 import org.apache.avalon.framework.logger.AbstractLogEnabled;
 
 // FOP
-import org.apache.fop.apps.Driver;
 import org.apache.fop.apps.FOPException;
 import org.apache.fop.fo.flow.Block;
 import org.apache.fop.fo.flow.ExternalGraphic;
@@ -72,7 +71,6 @@ import org.apache.fop.fo.flow.TableCell;
 import org.apache.fop.fo.flow.TableRow;
 import org.apache.fop.fo.pagination.Flow;
 import org.apache.fop.fo.pagination.PageSequence;
-import org.apache.fop.fo.FOTreeControl;
 
 import org.xml.sax.SAXException;
 
@@ -94,12 +92,15 @@ public abstract class FOInputHandler extends AbstractLogEnabled {
      */
     private Set idReferences = new HashSet();
 
-//    public Driver driver = null;
-
+    /**
+     * The FOTreeControl object that is controlling the FO Tree being built
+     */
     public FOTreeControl foTreeControl = null;
 
     /**
      * Main constructor
+     * @param foTreeControl the FOTreeControl implementation that is controlling
+     * the FO Tree being built
      */
     public FOInputHandler(FOTreeControl foTreeControl) {
         this.foTreeControl = foTreeControl;