]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Karen Lease's bug fix. Good catch.
authorSteve Coffman <gears@apache.org>
Fri, 18 Aug 2000 14:21:59 +0000 (14:21 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 18 Aug 2000 14:21:59 +0000 (14:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193671 13f79535-47bb-0310-9956-ffa450edef68

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

index e74d94929d67136494a7a617a9b46881cf693f52..820b74b8abd0699b8982d228f2b67e679d5a6ada 100644 (file)
@@ -159,7 +159,7 @@ public class PropertyListBuilder {
     {
         Hashtable propertyTable;
            Property.Maker propertyMaker = null;
-        propertyTable = (Hashtable)elementTable.get(propertyName);
+        propertyTable = (Hashtable)elementTable.get(elementName);
            if(propertyTable != null) {
                propertyMaker = (Property.Maker)propertyTable.get(propertyName);
            }