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

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

index ed8de054126b7645702b22e74f41d8ba149e5370..ea568803468fec446deb1c2530dc6ff3685b040d 100644 (file)
@@ -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);
     }