продолжение рефакторинга. создал предка для класса current
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.CurrentAnchestor;
|
||||
import Common_old.Constants;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
@@ -14,7 +15,7 @@ public class DownloadDVMPackage extends DownloadDVMPackages {
|
||||
}
|
||||
DVMPackage dvmPackage;
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Current.Check(Log, Current.DVMPackage)) {
|
||||
if (CurrentAnchestor.Check(Log, Current.DVMPackage)) {
|
||||
//--
|
||||
dvmPackage = Current.getDVMPackage();
|
||||
//--
|
||||
|
||||
Reference in New Issue
Block a user