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 je...@apache.org on 2005/01/26 15:55:49 UTC

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

jeremias    2005/01/26 06:55:49

  Modified:    src/java/org/apache/fop/layoutmgr
                        BlockStackingLayoutManager.java
  Log:
  Commenting a variable that was already defined in the superclass.
  
  Revision  Changes    Path
  1.10      +2 -2      xml-fop/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
  
  Index: BlockStackingLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- BlockStackingLayoutManager.java	20 Oct 2004 13:41:06 -0000	1.9
  +++ BlockStackingLayoutManager.java	26 Jan 2005 14:55:49 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -33,7 +33,7 @@
        * Reference to FO whose areas it's managing or to the traits
        * of the FO.
        */
  -    protected LayoutManager curChildLM = null;
  +    //protected LayoutManager curChildLM = null; AbstractLayoutManager also defines this!
       protected BlockParent parentArea = null;
   
       public BlockStackingLayoutManager(FObj node) {
  
  
  

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