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/02/26 00:12:34 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties LeaderAlignment.java

pbwest      2004/02/25 15:12:34

  Modified:    src/java/org/apache/fop/fo/properties Tag:
                        FOP_0-20-0_Alt-Design LeaderAlignment.java
  Log:
  Renamed variables called 'enum' at the behst of jikes 1.19
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +3 -3      xml-fop/src/java/org/apache/fop/fo/properties/Attic/LeaderAlignment.java
  
  Index: LeaderAlignment.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/LeaderAlignment.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- LeaderAlignment.java	19 Feb 2004 03:11:39 -0000	1.1.2.3
  +++ LeaderAlignment.java	25 Feb 2004 23:12:34 -0000	1.1.2.4
  @@ -55,8 +55,8 @@
           ,"reference-area"
           ,"page"
       };
  -    public int getEnumIndex(String enum) throws PropertyException {
  -        return enumValueToIndex(enum, rwEnums);
  +    public int getEnumIndex(String enumval) throws PropertyException {
  +        return enumValueToIndex(enumval, rwEnums);
       }
       public String getEnumText(int index) {
           return rwEnums[index];
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org