diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/Float.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/Float.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/Float.java b/src/java/org/apache/fop/fo/flow/Float.java index 3a9c61806..8e3bad5e4 100644 --- a/src/java/org/apache/fop/fo/flow/Float.java +++ b/src/java/org/apache/fop/fo/flow/Float.java @@ -59,7 +59,7 @@ public class Float 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 { |