Made prototype transient to keep serialization compatibility with older versions

This commit is contained in:
hns 2001-01-05 19:26:02 +00:00
parent cb33854282
commit dd750e0a06

View file

@ -23,7 +23,7 @@ public class Node implements INode, Serializable {
protected Vector links; // links to this node
protected Vector proplinks; // nodes using this node as property
protected String prototype;
transient String prototype;
protected String contentType;
protected byte content[];