]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added tag and revision strings
authorPeter Bernard West <pbwest@apache.org>
Tue, 6 Jul 2004 14:25:44 +0000 (14:25 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 6 Jul 2004 14:25:44 +0000 (14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197760 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/ContentRectangle.java

index 7247443c0dfb485a751e61fda31d312608d85095..b6162402fa75d36ae4374ac4ceb0a2bd876ec89f 100644 (file)
@@ -31,6 +31,9 @@ import org.apache.fop.area.Area.AreaGeometry;
  */
 public class ContentRectangle extends AreaGeometry {
 
+    private static final String tag = "$Name$";
+    private static final String revision = "$Revision$";
+
     private final Area area;
 
     /**