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

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

index 85d6eca0a4686b4feecac39133d747499bc48e4d..6f0f219118e347d7a3f9b80aafa31e92c5d85ad6 100644 (file)
@@ -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);
     }