diff options
Diffstat (limited to 'src/org/apache/fop/fo/flow/Marker.java')
-rw-r--r-- | src/org/apache/fop/fo/flow/Marker.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/flow/Marker.java b/src/org/apache/fop/fo/flow/Marker.java index aba8b54a9..762ed8327 100644 --- a/src/org/apache/fop/fo/flow/Marker.java +++ b/src/org/apache/fop/fo/flow/Marker.java @@ -9,7 +9,6 @@ package org.apache.fop.fo.flow; // FOP import org.apache.fop.fo.*; -import org.apache.fop.messaging.MessageHandler; import org.apache.fop.fo.properties.*; import org.apache.fop.layout.*; import org.apache.fop.datatypes.*; @@ -46,7 +45,7 @@ public class Marker extends FObjMixed { try { parent.addMarker(this); } catch (FOPException fopex) { - MessageHandler.error("marker cannot be added to '" + parent + log.error("marker cannot be added to '" + parent + "'"); } } |