diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/TableCaption.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/TableCaption.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/TableCaption.java b/src/java/org/apache/fop/fo/flow/TableCaption.java index b76577156..10e8f7f44 100644 --- a/src/java/org/apache/fop/fo/flow/TableCaption.java +++ b/src/java/org/apache/fop/fo/flow/TableCaption.java @@ -69,7 +69,7 @@ public class TableCaption extends FObj { /** * Make sure content model satisfied, if so then tell the - * FOInputHandler that we are at the end of the flow. + * FOEventHandler that we are at the end of the flow. * @see org.apache.fop.fo.FONode#end */ protected void endOfNode() throws SAXParseException { |