]> source.dussan.org Git - xmlgraphics-fop.git/commit
Removed Tree reference from Node. The intention is to
authorPeter Bernard West <pbwest@apache.org>
Mon, 26 Jan 2004 23:03:53 +0000 (23:03 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 26 Jan 2004 23:03:53 +0000 (23:03 +0000)
commit2000f7611f11454d327d71bb2e08c92d466b62f4
tree3fbc1b9282a157d3d076b8ec4daa1109b0997698
parent4cb115963153c5b5e1b573d0ac81b8058ed23a79
Removed Tree reference from Node.  The intention is to
allow "floating" subtrees during Area tree construction.
Previously, the containing Tree reference was used as the
synchronization object.  Now synchronization is effected on
methods (instance sync).  However, this leaves some
constructors with dubvious synchronization.
Updated license to 2.0.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197262 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/datastructs/Node.java