]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Attempt to shed light on what this method does.
authorJeremias Maerki <jeremias@apache.org>
Fri, 9 Nov 2007 15:54:11 +0000 (15:54 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 9 Nov 2007 15:54:11 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@593573 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java

index 6f76a1cc7033c31542f184bd526b1ffea5e73b4c..add38161e7b8a54842348f0ce46adaa4525d386f 100644 (file)
@@ -46,6 +46,11 @@ public class CorrespondingPropertyMaker {
         this.tb_rl = tb_rl;
     }
     
+    /**
+     * Controls whether the PropertyMaker accesses the parent property list or the current
+     * property list for determining the writing mode.
+     * @param useParent true if the parent property list should be used.
+     */
     public void setUseParent(boolean useParent) {
         this.useParent = useParent;
     }