Bug 1081397: Finalise large numbers of fields. r=rnewman

* * *
Bug 1081397: Finalise large numbers of fields. r=rnewman
This commit is contained in:
Chris Kitching
2014-10-11 00:17:01 +01:00
parent c284b1c1b1
commit 5d126e171c
146 changed files with 318 additions and 318 deletions

View File

@@ -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;