mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +01:00
import cleanning
This commit is contained in:
parent
b2f74610ab
commit
5afb9b054c
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ class DBMedoc extends SQLiteOpenHelper {
|
|||
|
||||
private static final int DATABASE_VERSION = 1;
|
||||
|
||||
private static String dbName = "medicaments.db";
|
||||
private static final String dbName = "medicaments.db";
|
||||
private final Context myContext;
|
||||
private SQLiteDatabase myDataBase = null;
|
||||
private final SQLiteDatabase myDataBase = null;
|
||||
|
||||
private static final String TABLE_NAME = "medicaments";
|
||||
private static final String MEDOC_CIS = "cis";
|
||||
|
|
Loading…
Reference in a new issue