pbwest 2002/07/02 10:00:22
Modified: src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
PropertyNotImplementedException.java
Log:
Fixed ident snafu
Revision Changes Path
No revision
No revision
1.1.2.3 +4 -3
xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java
Index: PropertyNotImplementedException.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- PropertyNotImplementedException.java 2 Jul 2002 16:56:22 -0000 1.1.2.2
+++ PropertyNotImplementedException.java 2 Jul 2002 17:00:22 -0000 1.1.2.3
@@ -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);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]