Lint: Make a bunch of stuff final
This commit is contained in:
parent
706188af82
commit
497e145c70
27 changed files with 55 additions and 55 deletions
|
|
@ -68,7 +68,7 @@ public class FinishedMissionStore extends SQLiteOpenHelper {
|
|||
" UNIQUE(" + KEY_TIMESTAMP + ", " + KEY_PATH + "));";
|
||||
|
||||
|
||||
private Context context;
|
||||
private final Context context;
|
||||
|
||||
public FinishedMissionStore(Context context) {
|
||||
super(context, DATABASE_NAME, null, DATABASE_VERSION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue