reintroduced serialID, which was accidentally removed in the previuos revision

This commit is contained in:
hns 2001-05-25 14:53:59 +00:00
parent 3bdb0e3598
commit fe990f0155

View file

@ -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!