aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObjMixed.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-10-13 00:31:46 +0000
committerGlen Mazza <gmazza@apache.org>2004-10-13 00:31:46 +0000
commit29bb02aa9f36915eeee86e8fc596c6135c2b72ef (patch)
tree571fb2e965c3ab4e8009fc97a736bf44fb847cac /src/java/org/apache/fop/fo/FObjMixed.java
parent515e983697f6a2e8f2683de9206ad17840071187 (diff)
downloadxmlgraphics-fop-29bb02aa9f36915eeee86e8fc596c6135c2b72ef.tar.gz
xmlgraphics-fop-29bb02aa9f36915eeee86e8fc596c6135c2b72ef.zip
PR:
Obtained from: Submitted by: Reviewed by: Some simplifications allowed as a result of having FOText extend FONode directly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/FObjMixed.java')
-rw-r--r--src/java/org/apache/fop/fo/FObjMixed.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/FObjMixed.java b/src/java/org/apache/fop/fo/FObjMixed.java
index 5c72cbc6b..bd3c7e2e9 100644
--- a/src/java/org/apache/fop/fo/FObjMixed.java
+++ b/src/java/org/apache/fop/fo/FObjMixed.java
@@ -25,8 +25,7 @@ import org.apache.fop.layoutmgr.InlineStackingLayoutManager;
/**
* Base class for representation of mixed content formatting objects
- * and their processing
- * @todo define what a "mixed content formatting object" is
+ * (i.e., those that can contain both child FO's and text nodes/PCDATA)
*/
public class FObjMixed extends FObj {
/** TextInfo for this object */