Fix formatting

This commit is contained in:
AsamK 2015-10-06 21:45:39 +02:00
parent 2c86b0bd9a
commit 1781984221
6 changed files with 10 additions and 8 deletions

View file

@ -83,7 +83,7 @@ class JsonSignedPreKeyStore implements SignedPreKeyStore {
Integer preKeyId = preKey.get("id").asInt();
try {
preKeyMap.put(preKeyId, Base64.decode(preKey.get("record").asText()));
} catch (IOException e) {
} catch (IOException e) {
System.out.println(String.format("Error while decoding prekey for: %s", preKeyId));
}
}