From: Peter Bernard West Date: Tue, 2 Jul 2002 17:00:22 +0000 (+0000) Subject: Fixed ident snafu X-Git-Tag: Alt-Design_pre_Properties_split~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d96ba8503c252913facda09836ebbea4142aaa2;p=xmlgraphics-fop.git Fixed ident snafu git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194947 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 85d6eca0a..6f0f21911 100644 --- a/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java +++ b/src/org/apache/fop/fo/expr/PropertyNotImplementedException.java @@ -6,10 +6,11 @@ */ package org.apache.fop.fo.expr; + +public class PropertyNotImplementedException extends PropertyException { private static final String tag = "$Name$"; private static final String revision = "$Revision$"; -public class PropertyNotImplementedException extends PropertyException { public PropertyNotImplementedException(String detail) { super(detail); }