diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/TableCell.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/TableCell.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/TableCell.java b/src/java/org/apache/fop/fo/flow/TableCell.java index 841eeba55..6157de628 100644 --- a/src/java/org/apache/fop/fo/flow/TableCell.java +++ b/src/java/org/apache/fop/fo/flow/TableCell.java @@ -342,7 +342,7 @@ public class TableCell extends FObj { } /** - * @param list the list to which the layout manager(s) should be added + * @see org.apache.fop.fo.FObj#addLayoutManager(List) */ public void addLayoutManager(List list) { Cell clm = new Cell(this); |