Remove unused strings, fix some lint errors, fix some language confusions

This commit is contained in:
Dominik Schürmann
2014-04-18 20:41:39 +02:00
parent 4a21428e07
commit 19d3fcec7a
23 changed files with 29 additions and 193 deletions

View File

@@ -227,7 +227,7 @@ public class KeychainDatabase extends SQLiteOpenHelper {
@Override
public void onCreate(SQLiteDatabase db) {
// should never happen
assert false;
throw new AssertionError();
}
@Override
public void onDowngrade(SQLiteDatabase db, int old, int nu) {