Bug 1081397: Finalise large numbers of fields. r=rnewman
* * *
Bug 1081397: Finalise large numbers of fields. r=rnewman
This commit is contained in:
@@ -26,7 +26,7 @@ public class SQLiteBridge {
|
||||
private static final String LOGTAG = "SQLiteBridge";
|
||||
|
||||
// Path to the database. If this database was not opened with openDatabase, we reopen it every query.
|
||||
private String mDb;
|
||||
private final String mDb;
|
||||
|
||||
// Pointer to the database if it was opened with openDatabase. 0 implies closed.
|
||||
protected volatile long mDbPointer;
|
||||
|
||||
Reference in New Issue
Block a user