reintroduced serialID, which was accidentally removed in the previuos revision
This commit is contained in:
parent
3bdb0e3598
commit
fe990f0155
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class Node implements INode, Serializable {
|
|||
// transient String nameProp; // the name of the property which defines the name of this node.
|
||||
transient boolean adoptName = true; // little helper to know if this node is being converted
|
||||
|
||||
static final long serialVersionUID = -3740339688506633675L;
|
||||
|
||||
/**
|
||||
* This constructor is only used for instances of the NullNode subclass. Do not use for ordinary Nodes!
|
||||
|
|
Loading…
Add table
Reference in a new issue