]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Submitted by: Keiron Liddle
authorKaren Lease <klease@apache.org>
Fri, 20 Apr 2001 20:54:38 +0000 (20:54 +0000)
committerKaren Lease <klease@apache.org>
Fri, 20 Apr 2001 20:54:38 +0000 (20:54 +0000)
Add the toString method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194218 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/KeepValue.java

index 3f1e06d7d9839f6ce6fae74e6323c6ea182b6405..e8bb434521a52aa1f50244334baae993862a811a 100644 (file)
@@ -75,4 +75,9 @@ public class KeepValue {
     {
         return type;
     }
+
+    public String toString()
+    {
+        return type;
+    }
 }