no message

This commit is contained in:
2025-02-04 16:24:32 +03:00
parent c2256a247b
commit 353c0b2dbe
14 changed files with 26 additions and 28 deletions

View File

@@ -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 "Скачивание";