Reformatted some annotations to be inline.
This commit is contained in:
parent
ab33eccaa2
commit
a3c91e4eae
@ -54,18 +54,14 @@ public class RepoUpdater {
|
|||||||
public static final String PROGRESS_COMMITTING = "committing";
|
public static final String PROGRESS_COMMITTING = "committing";
|
||||||
public static final String PROGRESS_DATA_REPO_ADDRESS = "repoAddress";
|
public static final String PROGRESS_DATA_REPO_ADDRESS = "repoAddress";
|
||||||
|
|
||||||
@NonNull
|
@NonNull protected final Context context;
|
||||||
protected final Context context;
|
@NonNull protected final Repo repo;
|
||||||
@NonNull
|
|
||||||
protected final Repo repo;
|
|
||||||
protected boolean hasChanged;
|
protected boolean hasChanged;
|
||||||
@Nullable
|
@Nullable protected ProgressListener progressListener;
|
||||||
protected ProgressListener progressListener;
|
|
||||||
private String cacheTag;
|
private String cacheTag;
|
||||||
private X509Certificate signingCertFromJar;
|
private X509Certificate signingCertFromJar;
|
||||||
|
|
||||||
@NonNull
|
@NonNull private final RepoPersister persister;
|
||||||
private final RepoPersister persister;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user