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
|
|
@ -27,12 +27,12 @@ public class Deleter {
|
|||
private ArrayList<Mission> items;
|
||||
private boolean running = true;
|
||||
|
||||
private Context mContext;
|
||||
private MissionAdapter mAdapter;
|
||||
private DownloadManager mDownloadManager;
|
||||
private MissionIterator mIterator;
|
||||
private Handler mHandler;
|
||||
private View mView;
|
||||
private final Context mContext;
|
||||
private final MissionAdapter mAdapter;
|
||||
private final DownloadManager mDownloadManager;
|
||||
private final MissionIterator mIterator;
|
||||
private final Handler mHandler;
|
||||
private final View mView;
|
||||
|
||||
private final Runnable rShow;
|
||||
private final Runnable rNext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue