You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/01/05 03:44:28 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/expr SystemFontFunction.java

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: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org