no message
This commit is contained in:
@@ -4,7 +4,7 @@ import Common.Passes.Pass;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Passes.PassCode;
|
||||
import _VisualDVM.Passes.Server.TestingSystemPass;
|
||||
import _VisualDVM.Passes.Server.TestingSystemPass_OLD;
|
||||
import _VisualDVM.Repository.Server.ServerCode;
|
||||
import _VisualDVM.Repository.Server.ServerExchangeUnit_2021;
|
||||
import _VisualDVM.TestingSystem.SAPFOR.SapforPackage.SapforPackage;
|
||||
@@ -30,7 +30,7 @@ public class DownloadSapforPackage extends Pass<SapforPackage> {
|
||||
int id = target.id;
|
||||
loaded = new File(target.getLocalWorkspace(), CommonConstants.LOADED);
|
||||
if (!loaded.exists()) {
|
||||
Pass pass = new TestingSystemPass() {
|
||||
Pass pass = new TestingSystemPass_OLD() {
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Скачивание";
|
||||
|
||||
Reference in New Issue
Block a user