Small formatting tweaks.
This commit is contained in:
@@ -398,9 +398,8 @@ public abstract class Getdown extends Thread
|
||||
_toInstallResources = new HashSet<>();
|
||||
_readyToInstall = false;
|
||||
|
||||
//setStep(Step.START);
|
||||
// setStep(Step.START);
|
||||
for (int ii = 0; ii < MAX_LOOPS; ii++) {
|
||||
|
||||
// make sure we have the desired version and that the metadata files are valid...
|
||||
setStep(Step.VERIFY_METADATA);
|
||||
setStatusAsync("m.validating", -1, -1L, false);
|
||||
@@ -411,7 +410,7 @@ public abstract class Getdown extends Thread
|
||||
continue;
|
||||
}
|
||||
|
||||
// now verify our resources...
|
||||
// now verify (and download) our resources...
|
||||
setStep(Step.VERIFY_RESOURCES);
|
||||
setStatusAsync("m.validating", -1, -1L, false);
|
||||
Set<Resource> toDownload = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user