From f5ca917dfc5a7c36ad07c466f8cd1d6337b97af9 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Mon, 5 Jan 2004 02:44:28 +0000 Subject: [PATCH] Argument name changed from Property to property. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/fo/expr/SystemFontFunction.java b/src/java/org/apache/fop/fo/expr/SystemFontFunction.java index 81eaf16e6..4aefafdbe 100644 --- a/src/java/org/apache/fop/fo/expr/SystemFontFunction.java +++ b/src/java/org/apache/fop/fo/expr/SystemFontFunction.java @@ -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"); -- 2.39.5