no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import Common.Visual.Windows.Dialog.Dialog;
|
||||
import _VisualDVM.GlobalData.Compiler.Compiler;
|
||||
@@ -54,7 +54,7 @@ public class PickCompilerEnvironmentsForTesting extends Pass<String> {
|
||||
Vector<String> envs = new Vector<>();
|
||||
for (CompilerEnvironment compilerEnv : compiler.environments.Data.values()) {
|
||||
if (compilerEnv.isSelected())
|
||||
envs.add(compilerEnv.name + "=" + CommonUtils.DQuotes(compilerEnv.value));
|
||||
envs.add(compilerEnv.name + "=" + Utils_.DQuotes(compilerEnv.value));
|
||||
}
|
||||
target = String.join(" ", envs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user