* Make members in SubnodeList transient to avoid serialization fuck-up.

This commit is contained in:
hns 2007-12-21 09:13:52 +00:00
parent 48bd6d055b
commit 25bf45477d

View file

@ -26,10 +26,9 @@ import java.util.Iterator;
*/
public class SubnodeList extends ArrayList {
WrappedNodeManager nmgr;
HashMap views = null;
Relation rel;
transient WrappedNodeManager nmgr;
transient HashMap views = null;
transient Relation rel;
/**
* Hide/disable zero argument constructor for subclasses