Made created and lastmodified protected to allow direct access from NodeManager.

This commit is contained in:
hns 2002-10-23 15:38:01 +00:00
parent 8ae95ff5bb
commit 4b945e9d72

View file

@ -35,8 +35,8 @@ public final class Node implements INode, Serializable {
// Other nodes that link to this node. Used for reference counting/checking // Other nodes that link to this node. Used for reference counting/checking
private List links; private List links;
private long created; protected long created;
private long lastmodified; protected long lastmodified;
private String id, name; private String id, name;
// is this node's main identity as a named property or an // is this node's main identity as a named property or an