minor formatting fix

This commit is contained in:
hns 2002-06-11 15:53:32 +00:00
parent e9ec59ca21
commit 6c32d0f073

View file

@ -50,7 +50,7 @@ public class Session implements Serializable {
* attach the given user node to this session. * attach the given user node to this session.
*/ */
public void login (INode usernode) { public void login (INode usernode) {
if (usernode==null) { if (usernode==null) {
userHandle = null; userHandle = null;
uid = null; uid = null;
} else { } else {