From 6c32d0f073f23ff97d3b741f2055f20123d707e7 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 11 Jun 2002 15:53:32 +0000 Subject: [PATCH] minor formatting fix --- src/helma/framework/core/Session.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/Session.java b/src/helma/framework/core/Session.java index 04c89822..4c1530a7 100644 --- a/src/helma/framework/core/Session.java +++ b/src/helma/framework/core/Session.java @@ -50,7 +50,7 @@ public class Session implements Serializable { * attach the given user node to this session. */ public void login (INode usernode) { - if (usernode==null) { + if (usernode==null) { userHandle = null; uid = null; } else {