From: Peter Bernard West Date: Tue, 2 Jul 2002 16:56:22 +0000 (+0000) Subject: Added ident keywords X-Git-Tag: Alt-Design_pre_Properties_split~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34761b3c495943db4ea90d9df30584216309d0c1;p=xmlgraphics-fop.git Added ident keywords git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194946 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java b/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java index 6eb318e94..85d6eca0a 100644 --- a/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java +++ b/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java @@ -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) {