Add Jira Issue Integration.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-26 19:28:54 -03:00
parent b9e64e20e3
commit a70dd1e52e
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);
}