diff options
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java b/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java index 364f1113f..06185a33a 100644 --- a/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java @@ -39,9 +39,7 @@ public class PageNumberCitationLayoutManager extends LeafNodeLayoutManager { * Constructor * * @param node the formatting object that creates this area - * @todo better null checking of node, font - * @todo see if cleaner way to remove redundant pncNode variable (already - * being stored as an FObj in base class) + * @todo better null checking font */ public PageNumberCitationLayoutManager(PageNumberCitation node) { super(node); |