]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Argument name changed from Property to property.
authorPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:44:28 +0000 (02:44 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:44:28 +0000 (02:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197132 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/expr/SystemFontFunction.java

index 81eaf16e6debffd541dac3b648452fc2e41f8ca4..4aefafdbedb471c8ce52f8aca36537452095ae73 100644 (file)
@@ -57,7 +57,7 @@ public class SystemFontFunction {
      * if any other errors occur in the processing of the property
      */
     public static PropertyValue systemFontCharacteristic
-        (int Property, String font, String propName)
+        (int property, String font, String propName)
         throws FunctionNotImplementedException, PropertyException
     {
         throw new FunctionNotImplementedException("system-font");