renamed updateNode to updateNodeFromUser to make it more

clear what it does.
This commit is contained in:
hns 2001-08-01 00:03:06 +00:00
parent 2f953f83df
commit 878dbf644f

View file

@ -73,7 +73,7 @@ public class ESUser extends ESNode {
// because we always use the one from the user object.
}
public void updateNode () {
public void updateNodeFromUser () {
node = user.getNode ();
nodeID = node.getID ();
dbmap = node.getDbMapping ();