You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by gm...@apache.org on 2005/05/14 21:35:50 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr AbstractLayoutManager.java

gmazza      2005/05/14 12:35:50

  Modified:    src/java/org/apache/fop/layoutmgr AbstractLayoutManager.java
  Log:
  Comment reunited with its method.
  
  Revision  Changes    Path
  1.44      +5 -6      xml-fop/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
  
  Index: AbstractLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- AbstractLayoutManager.java	14 May 2005 19:28:32 -0000	1.43
  +++ AbstractLayoutManager.java	14 May 2005 19:35:50 -0000	1.44
  @@ -124,12 +124,6 @@
       }
       
       /**
  -     * 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 @@
           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) {
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org