* Make members in SubnodeList transient to avoid serialization fuck-up.
This commit is contained in:
parent
48bd6d055b
commit
25bf45477d
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue