jeremias 2002/11/22 10:02:40
Modified: contrib/plan/src/org/apache/fop/plan PlanElement.java
Log:
Fixed compile error
Revision Changes Path
1.4 +3 -3 xml-fop/contrib/plan/src/org/apache/fop/plan/PlanElement.java
Index: PlanElement.java
===================================================================
RCS file: /home/cvs/xml-fop/contrib/plan/src/org/apache/fop/plan/PlanElement.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PlanElement.java 21 Mar 2002 10:02:13 -0000 1.3
+++ PlanElement.java 22 Nov 2002 18:02:40 -0000 1.4
@@ -1,5 +1,5 @@
/* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
*/
@@ -42,7 +42,7 @@
doc = svgDoc;
}
} catch(Throwable t) {
- log.error("Could not convert Plan to SVG", t);
+ getLogger().error("Could not convert Plan to SVG", t);
width = 0;
height = 0;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]