Fix compilation

This commit is contained in:
Vitaliy 2020-04-13 17:47:24 +03:00
parent 92fb9b7efc
commit 249b0d5d58

View file

@ -602,7 +602,7 @@ public class TravelDbHelper {
res.title = cursor.getString(0);
try {
res.content = Algorithms.gzipToString(cursor.getBlob(1)).trim();
} catch (IOException e) {
} catch (IllegalStateException e) {
LOG.error(e.getMessage(), e);
}
res.isPartOf = cursor.getString(2);