minor documentation enhancement

This commit is contained in:
hns 2001-08-25 19:59:07 +00:00
parent 877405495d
commit ca54d3fccc

View file

@ -22,7 +22,7 @@ import FESI.Data.*;
public class ESUser extends ESNode {
// if the user is online, this is his/her online session object
/** if the user is online, this is his/her online session object */
public User user;
public ESUser (INode node, RequestEvaluator eval, User user) {
@ -73,7 +73,7 @@ public class ESUser extends ESNode {
else
handle = null;
// we don't take over the transient cache from the node,
// because we always use the one from the user object.
// because we always stick to the one from the user object.
}
public void updateNodeFromUser () {