From: Glen Mazza Date: Mon, 22 Dec 2003 21:50:58 +0000 (+0000) Subject: Reversed order of code: add string constant first to HashMap, *then* create X-Git-Tag: Root_Temp_KnuthStylePageBreaking~970 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69f8d9589aa5aaa56d1814c26e52f358cbf2d41f;p=xmlgraphics-fop.git Reversed order of code: add string constant first to HashMap, *then* create corresponding maker (latter classes weren't having access to the string constant in their constructors.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/codegen/fo-property-mapping.xsl b/src/codegen/fo-property-mapping.xsl index c51a08bda..ad2262645 100644 --- a/src/codegen/fo-property-mapping.xsl +++ b/src/codegen/fo-property-mapping.xsl @@ -79,8 +79,8 @@ Software Foundation, please see . - [PR_] =.maker(PR_); addPropertyName("", PR_); + [PR_] =.maker(PR_);