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