renamed updateNode to updateNodeFromUser to make it more
clear what it does.
This commit is contained in:
parent
2f953f83df
commit
878dbf644f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class ESUser extends ESNode {
|
||||||
// because we always use the one from the user object.
|
// because we always use the one from the user object.
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateNode () {
|
public void updateNodeFromUser () {
|
||||||
node = user.getNode ();
|
node = user.getNode ();
|
||||||
nodeID = node.getID ();
|
nodeID = node.getID ();
|
||||||
dbmap = node.getDbMapping ();
|
dbmap = node.getDbMapping ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue