Cosmetic change

This commit is contained in:
Jacques Foucry 2020-04-25 12:05:00 +02:00
parent bdbce4715f
commit 6e6838d2d2

View file

@ -277,7 +277,7 @@ class DBHelper extends SQLiteOpenHelper {
// Update row
int i = db.update(TABLE_DRUG, // table
values, // column/value
KEY_ID+" = ?", // selections
KEY_ID+" = ?", // selections
new String[] {String.valueOf(medicament.getId()) } ); // selections args
// Close DB