]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Completion of the previous two small patches: modified and corrected javadoc comments
authorAndreas L. Delmelle <adelmelle@apache.org>
Thu, 12 Jul 2007 16:24:27 +0000 (16:24 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Thu, 12 Jul 2007 16:24:27 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555684 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java

index 6df041caa5aef66879a068de899fd7e269aef8f9..1827d3379bad8210056cf33bff211d5398b6eb63 100644 (file)
@@ -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);