]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Commenting a variable that was already defined in the superclass.
authorJeremias Maerki <jeremias@apache.org>
Wed, 26 Jan 2005 14:55:49 +0000 (14:55 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 26 Jan 2005 14:55:49 +0000 (14:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198321 13f79535-47bb-0310-9956-ffa450edef68

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

index 4c64bddbf0008b46b413e8c4df442b9d3a3d59a7..859d741d89c829b5de11a0cbc8e742c3e9bbb68a 100644 (file)
@@ -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 @@ public abstract class BlockStackingLayoutManager extends AbstractLayoutManager {
      * 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) {