Use annotations to remove lint warnings.
Also removed undocumented java doc.
This commit is contained in:
parent
215dcc0dd9
commit
cbd8c977e2
@ -53,16 +53,14 @@ public class RepoUpdater {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates an app repo as read out of the database into a {@link Repo} instance.
|
* Updates an app repo as read out of the database into a {@link Repo} instance.
|
||||||
*
|
* @param repo A {@link Repo} read out of the local database
|
||||||
* @param context
|
|
||||||
* @param repo a {@link Repo} read out of the local database
|
|
||||||
*/
|
*/
|
||||||
public RepoUpdater(@NonNull Context context, @NonNull Repo repo) {
|
public RepoUpdater(@NonNull Context context, @NonNull Repo repo) {
|
||||||
this.context = context;
|
this.context = context;
|
||||||
this.repo = repo;
|
this.repo = repo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setProgressListener(ProgressListener progressListener) {
|
public void setProgressListener(@Nullable ProgressListener progressListener) {
|
||||||
this.progressListener = progressListener;
|
this.progressListener = progressListener;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user