]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added javadoc to createInlineParent method
authorVincent Hennebert <vhennebert@apache.org>
Fri, 8 Apr 2011 10:49:45 +0000 (10:49 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Fri, 8 Apr 2011 10:49:45 +0000 (10:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1090194 13f79535-47bb-0310-9956-ffa450edef68

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

index 9563b491ee7759fd870426de7dfecc3275fe0358..14ce7474af81eacf40fb9bad27cd460e8aa0e6b3 100644 (file)
@@ -215,6 +215,12 @@ public class InlineLayoutManager extends InlineStackingLayoutManager {
         return area;
     }
 
+    /**
+     * Creates the inline area that will contain the areas returned by the
+     * children of this layout manager.
+     *
+     * @return a new inline area
+     */
     protected InlineParent createInlineParent() {
         return new InlineParent();
     }