minor formatting fix
This commit is contained in:
parent
e9ec59ca21
commit
6c32d0f073
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue