no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package _VisualDVM.GlobalData.Compiler;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import Common.Database.Objects.iDBObject;
|
||||
import _VisualDVM.Validators.DVMHelpParser;
|
||||
@@ -182,10 +182,10 @@ public class Compiler extends iDBObject {
|
||||
return "";
|
||||
}
|
||||
public String getHelpCommand() {
|
||||
return CommonUtils.DQuotes(call_command) + " " + help_command;
|
||||
return Utils_.DQuotes(call_command) + " " + help_command;
|
||||
}
|
||||
public String getVersionCommand() {
|
||||
return CommonUtils.DQuotes(call_command) + " " + version_command;
|
||||
return Utils_.DQuotes(call_command) + " " + version_command;
|
||||
}
|
||||
public String getVersionInfo(){
|
||||
return "v="+version+" r="+revision;
|
||||
|
||||
Reference in New Issue
Block a user