From fe990f015544c1403aa8acdf6fb073eec5368d0a Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 25 May 2001 14:53:59 +0000 Subject: [PATCH] reintroduced serialID, which was accidentally removed in the previuos revision --- src/helma/objectmodel/db/Node.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helma/objectmodel/db/Node.java b/src/helma/objectmodel/db/Node.java index d7dba377..1acaa011 100644 --- a/src/helma/objectmodel/db/Node.java +++ b/src/helma/objectmodel/db/Node.java @@ -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!