diff options
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java index 5397d470d..ca82d3da7 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java @@ -231,7 +231,7 @@ public abstract class AbstractGraphicsLayoutManager extends LeafNodeLayoutManage } /** - * @see org.apache.fop.layoutmgr.LayoutManager#getNextKnuthElements(LayoutContext, int) + * {@inheritDoc} */ public LinkedList getNextKnuthElements(LayoutContext context, int alignment) { @@ -241,7 +241,7 @@ public abstract class AbstractGraphicsLayoutManager extends LeafNodeLayoutManage } /** - * @see LeafNodeLayoutManager#makeAlignmentContext(LayoutContext) + * {@inheritDoc} */ protected AlignmentContext makeAlignmentContext(LayoutContext context) { return new AlignmentContext( @@ -255,7 +255,7 @@ public abstract class AbstractGraphicsLayoutManager extends LeafNodeLayoutManage } /** - * @see org.apache.fop.layoutmgr.inline.LeafNodeLayoutManager#addId() + * {@inheritDoc} */ protected void addId() { getPSLM().addIDToPage(fobj.getId()); @@ -271,7 +271,7 @@ public abstract class AbstractGraphicsLayoutManager extends LeafNodeLayoutManage // --------- Property Resolution related functions --------- // /** - * @see org.apache.fop.datatypes.PercentBaseContext#getBaseLength(int, FObj) + * {@inheritDoc} */ public int getBaseLength(int lengthBase, FObj fobj) { switch (lengthBase) { |