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 kl...@apache.org on 2001/04/20 22:54:38 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes KeepValue.java

klease      01/04/20 13:54:38

  Modified:    src/org/apache/fop/datatypes KeepValue.java
  Log:
  Submitted by:	Keiron Liddle
  Add the toString method.
  
  Revision  Changes    Path
  1.2       +6 -1      xml-fop/src/org/apache/fop/datatypes/KeepValue.java
  
  Index: KeepValue.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/KeepValue.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KeepValue.java	2001/01/03 23:14:35	1.1
  +++ KeepValue.java	2001/04/20 20:54:38	1.2
  @@ -1,4 +1,4 @@
  -/*-- $Id: KeepValue.java,v 1.1 2001/01/03 23:14:35 keiron Exp $ -- 
  +/*-- $Id: KeepValue.java,v 1.2 2001/04/20 20:54:38 klease Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -72,6 +72,11 @@
       }
   
       public String getType()
  +    {
  +        return type;
  +    }
  +
  +    public String toString()
       {
           return type;
       }
  
  
  

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