aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2005-05-14 19:35:50 +0000
committerGlen Mazza <gmazza@apache.org>2005-05-14 19:35:50 +0000
commit6becbdcba44965fc8111ef97c25ece513280f6b5 (patch)
tree03fb4dc999e298e9a07104387b0b7925ddb2a1c6 /src/java/org
parentf773f91721239ae4108739d0a677392e61b19f52 (diff)
downloadxmlgraphics-fop-6becbdcba44965fc8111ef97c25ece513280f6b5.tar.gz
xmlgraphics-fop-6becbdcba44965fc8111ef97c25ece513280f6b5.zip
Comment reunited with its method.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org')
-rw-r--r--src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java b/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
index f1970446b..738e5ccde 100644
--- a/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
+++ b/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
@@ -124,12 +124,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.
* Note: child must implement LayoutManager! If it doesn't, skip it
@@ -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) {
}