Small formatting tweaks.

This commit is contained in:
Michael Bayne
2018-11-30 11:36:10 -08:00
parent 88f9ed1d5e
commit 78fdc9031e
@@ -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<>();