From: Jeremias Maerki Date: Wed, 26 Jan 2005 14:55:49 +0000 (+0000) Subject: Commenting a variable that was already defined in the superclass. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~186 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4da85b8ab38e148871f6bd386db05991cf0a8da5;p=xmlgraphics-fop.git Commenting a variable that was already defined in the superclass. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198321 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java b/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java index 4c64bddbf..859d741d8 100644 --- a/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java @@ -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) {