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:10:22 UTC

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

pbwest      2004/02/25 15:10:22

  Modified:    src/java/org/apache/fop/fo/properties Tag:
                        FOP_0-20-0_Alt-Design StartingState.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/StartingState.java
  
  Index: StartingState.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/StartingState.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- StartingState.java	19 Feb 2004 03:11:41 -0000	1.1.2.3
  +++ StartingState.java	25 Feb 2004 23:10:22 -0000	1.1.2.4
  @@ -63,8 +63,8 @@
           ,"show"
           ,"hide"
       };
  -    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