vmote 2003/08/21 12:22:21 Modified: src/java/org/apache/fop/fo FOInputHandler.java Log: style/javadoc changes only Revision Changes Path 1.7 +6 -5 xml-fop/src/java/org/apache/fop/fo/FOInputHandler.java Index: FOInputHandler.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FOInputHandler.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- FOInputHandler.java 19 Aug 2003 06:54:31 -0000 1.6 +++ FOInputHandler.java 21 Aug 2003 19:22:21 -0000 1.7 @@ -58,7 +58,6 @@ 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.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 @@ */ 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;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]