Made prototype transient to keep serialization compatibility with older versions
This commit is contained in:
parent
cb33854282
commit
dd750e0a06
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class Node implements INode, Serializable {
|
||||||
protected Vector links; // links to this node
|
protected Vector links; // links to this node
|
||||||
protected Vector proplinks; // nodes using this node as property
|
protected Vector proplinks; // nodes using this node as property
|
||||||
|
|
||||||
protected String prototype;
|
transient String prototype;
|
||||||
|
|
||||||
protected String contentType;
|
protected String contentType;
|
||||||
protected byte content[];
|
protected byte content[];
|
||||||
|
|
Loading…
Add table
Reference in a new issue