address issues found in final review

(except refactoring of conversation item classes)
This commit is contained in:
Torsten Grote
2016-04-12 11:52:03 -03:00
parent 90d984ee52
commit c5bfea2155
10 changed files with 83 additions and 106 deletions

View File

@@ -229,7 +229,7 @@ class IntroductionManagerImpl extends BdfIncomingMessageHook
BdfDictionary state;
try {
state = getSessionState(txn, groupId,
message.getRaw(SESSION_ID, new byte[0]));
message.getRaw(SESSION_ID));
} catch (FormatException e) {
LOG.warning("Could not find state for message, deleting...");
deleteMessage(txn, m.getId());