Made created and lastmodified protected to allow direct access from NodeManager.
This commit is contained in:
parent
8ae95ff5bb
commit
4b945e9d72
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue