UserNode is now called UserObject

This commit is contained in:
hns 2001-01-15 13:29:14 +00:00
parent fb47ffa0ac
commit 32283385d5

View file

@ -72,7 +72,7 @@ public class ESUser extends ESNode {
public String toString () {
return ("UserNode "+node.getNameOrID ());
return ("UserObject "+node.getNameOrID ());
}
}