no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import Common.CommonConstants;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.TestingSystem.DVM.DVMPackage.DVMPackage;
|
||||
|
||||
@@ -13,7 +12,7 @@ public class DownloadDVMPackage extends DownloadDVMPackages {
|
||||
return "/icons/Comparsion.png";
|
||||
}
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Global.testingServer.db.dvmPackages.getUI().Check(Log)) {
|
||||
if (Global.testingServer.db.dvmPackages.getUI().CheckCurrent(Log)) {
|
||||
//--
|
||||
dvmPackage = Global.testingServer.db.dvmPackages.getUI().getCurrent();
|
||||
//--
|
||||
|
||||
Reference in New Issue
Block a user