minor cleanup
This commit is contained in:
parent
61fd1966c1
commit
15cc95f9e1
1 changed files with 4 additions and 4 deletions
|
@ -16,13 +16,13 @@ import java.util.*;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An EcmaScript wrapper around a 'Node' object. This is the basic
|
* An EcmaScript wrapper around a Node object. This is the basic
|
||||||
* HOP object type that can be stored in the internal or external databases.
|
* HopObject that can be stored in the internal or external databases.
|
||||||
* All HOP types inherit from the Node object.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ESNode extends ObjectPrototype {
|
public class ESNode extends ObjectPrototype {
|
||||||
|
|
||||||
|
// the INode object wrapped by this ESObject
|
||||||
INode node;
|
INode node;
|
||||||
|
|
||||||
// the cache node - persistent nodes have a transient property as a commodity to
|
// the cache node - persistent nodes have a transient property as a commodity to
|
||||||
|
|
Loading…
Add table
Reference in a new issue