]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added ident keywords
authorPeter Bernard West <pbwest@apache.org>
Tue, 2 Jul 2002 16:56:22 +0000 (16:56 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 2 Jul 2002 16:56:22 +0000 (16:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194946 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/expr/PropertyNotImplementedException.java

index 6eb318e94ccfc4c87d5dfe620c64bb11249637e0..85d6eca0a4686b4feecac39133d747499bc48e4d 100644 (file)
@@ -6,6 +6,8 @@
  */
 
 package org.apache.fop.fo.expr;
+    private static final String tag = "$Name$";
+    private static final String revision = "$Revision$";
 
 public class PropertyNotImplementedException extends PropertyException {
     public PropertyNotImplementedException(String detail) {