diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-12 16:24:27 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-12 16:24:27 +0000 |
commit | f38b96f676c8bf164b001c5f10e8a4c55c3f63c3 (patch) | |
tree | 752f016ba3c4d34c1199c4dc8a7df6530f47c1b1 /src/java/org | |
parent | 39aecb631cbc0ef332c2cae0ff33137691e4463c (diff) | |
download | xmlgraphics-fop-f38b96f676c8bf164b001c5f10e8a4c55c3f63c3.tar.gz xmlgraphics-fop-f38b96f676c8bf164b001c5f10e8a4c55c3f63c3.zip |
Completion of the previous two small patches: modified and corrected javadoc comments
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555684 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java index 6df041caa..1827d3379 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java @@ -84,7 +84,7 @@ public class LineLayoutManager extends InlineStackingLayoutManager private Block fobj; private boolean isFirstInBlock; - /** @see org.apache.fop.layoutmgr.LayoutManager#initialize() */ + /** @see org.apache.fop.layoutmgr.LayoutManager#initialize() */ public void initialize() { textAlignment = fobj.getTextAlign(); textAlignmentLast = fobj.getTextAlignLast(); @@ -638,7 +638,6 @@ public class LineLayoutManager extends InlineStackingLayoutManager /** * Phase 1 of Knuth algorithm: Collect all inline Knuth elements before determining line breaks. * @param context the LayoutContext - * @param availIPD available IPD for line (should be removed!) */ private void collectInlineKnuthElements(LayoutContext context) { LayoutContext inlineLC = new LayoutContext(context); |