pbwest 2002/11/20 23:08:13
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java
Log:
Removed debugging println. Added Id.
Revision Changes Path
No revision
No revision
1.1.2.25 +3 -5 xml-fop/src/org/apache/fop/fo/Attic/FOTree.java
Index: FOTree.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOTree.java,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -r1.1.2.24 -r1.1.2.25
--- FOTree.java 11 Nov 2002 16:54:08 -0000 1.1.2.24
+++ FOTree.java 21 Nov 2002 07:08:13 -0000 1.1.2.25
@@ -26,8 +26,7 @@
import java.lang.reflect.Method;
/*
- * FOTree.java
- *
+ * $Id$
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
@@ -79,7 +78,6 @@
// Set the initial value
PropertyValue prop =
PropertyConsts.pconsts.getInitialValue(PropNames.FONT_SIZE);
- System.out.println("font-size property: " + prop);
if ( ! (prop instanceof Numeric) || ! ((Numeric)prop).isLength())
throw new PropertyException("Initial font-size is not a Length");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]