pbwest      2002/07/03 17:37:06

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        Slash.java
  Log:
  Added toString()
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +7 -3      xml-fop/src/org/apache/fop/datatypes/Attic/Slash.java
  
  Index: Slash.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Slash.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Slash.java        21 Jun 2002 15:44:02 -0000      1.1.2.1
  +++ Slash.java        4 Jul 2002 00:37:06 -0000       1.1.2.2
  @@ -49,6 +49,10 @@
           super(propertyName);
       }
   
  +    public String toString() {
  +        return "/";
  +    }
  +
       /**
        * Validation not supported for <tt>Slash</tt>.
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to