From: William Victor Mote Date: Fri, 22 Aug 2003 05:43:45 +0000 (+0000) Subject: style/javadoc changes only X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aaa1b68a4788363311ba89c12e3041c8d447ad31;p=xmlgraphics-fop.git style/javadoc changes only git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196824 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/FObj.java b/src/java/org/apache/fop/fo/FObj.java index ed8de0541..ea5688034 100644 --- a/src/java/org/apache/fop/fo/FObj.java +++ b/src/java/org/apache/fop/fo/FObj.java @@ -432,6 +432,12 @@ public class FObj extends FONode { 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); }