no message

This commit is contained in:
2024-10-10 23:57:36 +03:00
parent cde3e1da42
commit a11b7711f7
209 changed files with 380 additions and 218 deletions

View File

@@ -4,7 +4,7 @@ import Common.Visual.Windows.Dialog.DBObjectDialog;
import _VisualDVM.Utils;
import _VisualDVM.GlobalData.DVMParameter.DVMParameter;
import _VisualDVM.GlobalData.DVMParameter.UI.DVMParameterFields;
import Visual_DVM_2021.Passes.Pass;
import Common.Passes.Pass;
public class AddDVMParameterForTesting extends Pass<String> {
@Override
protected boolean canStart(Object... args) throws Exception {