aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/Property.java
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-09-11 10:04:25 +0000
committerKeiron Liddle <keiron@apache.org>2001-09-11 10:04:25 +0000
commit8bb6c2d578d4a4ba27cc2deae5631818bd5de5bb (patch)
treead73326f205d3602761fc457eef2096e3bfd352d /src/org/apache/fop/fo/Property.java
parent79db8c24be62a9621234f9b882e5cce0c3def26c (diff)
downloadxmlgraphics-fop-8bb6c2d578d4a4ba27cc2deae5631818bd5de5bb.tar.gz
xmlgraphics-fop-8bb6c2d578d4a4ba27cc2deae5631818bd5de5bb.zip
improved debugging messages a bit
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/Property.java')
-rw-r--r--src/org/apache/fop/fo/Property.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/fop/fo/Property.java b/src/org/apache/fop/fo/Property.java
index aa623395e..102ab7636 100644
--- a/src/org/apache/fop/fo/Property.java
+++ b/src/org/apache/fop/fo/Property.java
@@ -132,7 +132,7 @@ public class Property {
return setSubprop(baseProp, partName, p);
}
} else {
- //MessageHandler.errorln("WARNING: compound property component "
+ //MessageHandler.errorln("compound property component "
// + partName + " unknown.");
}
return baseProp;