pbwest 2004/01/04 18:44:28
Modified: src/java/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
SystemFontFunction.java
Log:
Argument name changed from Property to property.
Revision Changes Path
No revision
No revision
1.1.2.2 +4 -4
xml-fop/src/java/org/apache/fop/fo/expr/Attic/SystemFontFunction.java
Index: SystemFontFunction.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/fo/expr/Attic/SystemFontFunction.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- SystemFontFunction.java 5 Jul 2003 19:14:07 -0000 1.1.2.1
+++ SystemFontFunction.java 5 Jan 2004 02:44:28 -0000 1.1.2.2
@@ -57,7 +57,7 @@
* 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");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]