Fix compilation
This commit is contained in:
parent
92fb9b7efc
commit
249b0d5d58
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue