diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-01-26 14:55:49 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-01-26 14:55:49 +0000 |
commit | 4da85b8ab38e148871f6bd386db05991cf0a8da5 (patch) | |
tree | a45b3406b6fe3635ca970eff4fa5e2adbae4bad0 /src | |
parent | 91f5d7491ddce2454e1ed224c1ab23564d59bd36 (diff) | |
download | xmlgraphics-fop-4da85b8ab38e148871f6bd386db05991cf0a8da5.tar.gz xmlgraphics-fop-4da85b8ab38e148871f6bd386db05991cf0a8da5.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |