diff options
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fo/FObjMixed.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/FObjMixed.java b/src/java/org/apache/fop/fo/FObjMixed.java index 853ff57b3..a665bbd0e 100644 --- a/src/java/org/apache/fop/fo/FObjMixed.java +++ b/src/java/org/apache/fop/fo/FObjMixed.java @@ -59,6 +59,7 @@ public abstract class FObjMixed extends FObj { /** * Adds accumulated text as one FOText instance. + * Makes sure that nested calls to itself do nothing. * @throws FOPException if there is a problem during processing */ protected void flushText() throws FOPException { |