]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Comment reunited with its method.
authorGlen Mazza <gmazza@apache.org>
Sat, 14 May 2005 19:35:50 +0000 (19:35 +0000)
committerGlen Mazza <gmazza@apache.org>
Sat, 14 May 2005 19:35:50 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198631 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java

index f1970446be76751578684066d1f863bb95ae4dee..738e5ccde21fb124a2040f5a3730bef574f71a43 100644 (file)
@@ -123,12 +123,6 @@ public abstract class AbstractLayoutManager implements LayoutManager, Constants
         }
     }
     
-    /**
-     * Add a child area to the current area. If this causes the maximum
-     * dimension of the current area to be exceeded, the parent LM is called
-     * to add it.
-     */
-
     /**
      * Return currently active child LayoutManager or null if
      * all children have finished layout.
@@ -304,6 +298,11 @@ public abstract class AbstractLayoutManager implements LayoutManager, Constants
         return null;
     }
 
+    /**
+     * Add a child area to the current area. If this causes the maximum
+     * dimension of the current area to be exceeded, the parent LM is called
+     * to add it.
+     */
     public void addChildArea(Area childArea) {
     }