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 bc...@apache.org on 2004/10/17 22:14:11 UTC

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

bckfnn      2004/10/17 13:14:11

  Modified:    src/java/org/apache/fop/fo/properties EnumProperty.java
  Log:
  Removed unused method.
  
  Revision  Changes    Path
  1.4       +1 -5      xml-fop/src/java/org/apache/fop/fo/properties/EnumProperty.java
  
  Index: EnumProperty.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/EnumProperty.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EnumProperty.java	7 Sep 2004 10:25:28 -0000	1.3
  +++ EnumProperty.java	17 Oct 2004 20:14:10 -0000	1.4
  @@ -50,10 +50,6 @@
               return super.checkEnumValues(value);
           }
   
  -        protected Property findConstant(String value) {
  -            return null;
  -        }
  -
           public Property convertProperty(Property p,
                                           PropertyList propertyList,
                                           FObj fo) throws FOPException {
  
  
  

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