mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Fix a big bunch of lint warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user