Add Jira Issue Integration.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-26 19:28:54 -03:00
parent 0dc426487d
commit 81e3cb590c
7 changed files with 89 additions and 78 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);
}