рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -15,9 +15,9 @@ public class DownloadDVMPackage extends DownloadDVMPackages {
|
||||
}
|
||||
DVMPackage dvmPackage;
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Current_.Check(Log, Current.DVMPackage)) {
|
||||
if (Global.mainModule.Check(Log, Current.DVMPackage)) {
|
||||
//--
|
||||
dvmPackage = Current.getDVMPackage();
|
||||
dvmPackage = Global.mainModule.getDVMPackage();
|
||||
//--
|
||||
if (!dvmPackage.state.isDone()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user