vmote 2003/09/15 10:45:49
Modified: src/java/org/apache/fop/layoutmgr AddLMVisitor.java
Log:
make instance variables protected instead of private to make subclassing easier
Revision Changes Path
1.18 +3 -3 xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java
Index: AddLMVisitor.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- AddLMVisitor.java 12 Sep 2003 18:57:34 -0000 1.17
+++ AddLMVisitor.java 15 Sep 2003 17:45:49 -0000 1.18
@@ -140,11 +140,11 @@
/** The List object to which methods in this class should add Layout
* Managers */
- private List currentLMList;
+ protected List currentLMList;
/** A List object which can be used to save and restore the currentLMList if
* another List should temporarily be used */
- private List saveLMList;
+ protected List saveLMList;
/**
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]