UserNode is now called UserObject
This commit is contained in:
parent
fb47ffa0ac
commit
32283385d5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class ESUser extends ESNode {
|
||||||
|
|
||||||
|
|
||||||
public String toString () {
|
public String toString () {
|
||||||
return ("UserNode "+node.getNameOrID ());
|
return ("UserObject "+node.getNameOrID ());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue