Merge remote-tracking branch 'origin/develop' into feature/WISE-15-mindmapListFolderSupport

This commit is contained in:
Ezequiel Bergamaschi
2014-01-29 02:58:10 -03:00
committed by Ezequiel Bergamaschi
10 changed files with 381 additions and 368 deletions

View File

@@ -104,8 +104,6 @@ class LockManagerImpl implements LockManager {
}
private void unlock(int mapId) {
System.out.println("Unlocking:"+mapId);
logger.debug("Unlock map id:" + mapId);
lockInfoByMapId.remove(mapId);
}