vmote 2003/08/21 22:43:46 Modified: src/java/org/apache/fop/fo FObj.java Log: style/javadoc changes only Revision Changes Path 1.14 +6 -0 xml-fop/src/java/org/apache/fop/fo/FObj.java Index: FObj.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FObj.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- FObj.java 20 Aug 2003 19:46:47 -0000 1.13 +++ FObj.java 22 Aug 2003 05:43:45 -0000 1.14 @@ -432,6 +432,12 @@ return this.propMgr; } + /** + * This is a hook for an FOTreeVisitor subclass to be able to access + * this object. + * @param fotv the FOTreeVisitor subclass that can access this object. + * @see org.apache.fop.fo.FOTreeVisitor + */ public void acceptVisitor(FOTreeVisitor fotv) { fotv.serveVisitor(this); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]