mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 07:18:05 -04:00
Reformatted some annotations to be inline.
This commit is contained in:
@@ -54,18 +54,14 @@ public class RepoUpdater {
|
||||
public static final String PROGRESS_COMMITTING = "committing";
|
||||
public static final String PROGRESS_DATA_REPO_ADDRESS = "repoAddress";
|
||||
|
||||
@NonNull
|
||||
protected final Context context;
|
||||
@NonNull
|
||||
protected final Repo repo;
|
||||
@NonNull protected final Context context;
|
||||
@NonNull protected final Repo repo;
|
||||
protected boolean hasChanged;
|
||||
@Nullable
|
||||
protected ProgressListener progressListener;
|
||||
@Nullable protected ProgressListener progressListener;
|
||||
private String cacheTag;
|
||||
private X509Certificate signingCertFromJar;
|
||||
|
||||
@NonNull
|
||||
private final RepoPersister persister;
|
||||
@NonNull private final RepoPersister persister;
|
||||
|
||||
/**
|
||||
* Updates an app repo as read out of the database into a {@link Repo} instance.
|
||||
|
||||
Reference in New Issue
Block a user