Fix more lock issues.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-13 21:01:04 -03:00
parent 71762ff629
commit b1172f16cc
6 changed files with 23 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ public class LockInfo {
this.user = user;
this.updateTimeout();
this.updateTimestamp(mindmap);
this.session = session;
}
public User getUser() {