mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 00:10:35 -07:00
Fix a big bunch of lint warning
This commit is contained in:
parent
99c956c122
commit
e8a65c5810
29 changed files with 69 additions and 82 deletions
|
|
@ -27,7 +27,7 @@ import retrofit2.Response;
|
|||
public class AlbumRepository {
|
||||
private static final String TAG = "AlbumRepository";
|
||||
|
||||
private Application application;
|
||||
private final Application application;
|
||||
|
||||
public AlbumRepository(Application application) {
|
||||
this.application = application;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue