Skip to content

Commit

Permalink
Done change into getImages function
Browse files Browse the repository at this point in the history
  • Loading branch information
nehav39 committed Nov 14, 2019
1 parent 65adf0d commit dc70a7f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ public List<String> getImages(String encounterUUid, String ConceptUuid) throws D
}
}
idCursor.close();
localdb.setTransactionSuccessful();
localdb.endTransaction();
localdb.close();
} catch (SQLiteException e) {
throw new DAOException(e);
} finally {
Expand Down

0 comments on commit dc70a7f

Please sign in to comment.