fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package _VisualDVM.GlobalData.CompilerOption;
|
||||
import Common.Database.Objects.iDBObject;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.GlobalData.CompilerOption.Json.OptionsJson;
|
||||
public class OptionsLine extends iDBObject {
|
||||
public OptionsJson json;
|
||||
@@ -8,6 +9,6 @@ public class OptionsLine extends iDBObject {
|
||||
}
|
||||
@Override
|
||||
public String getBDialogName() {
|
||||
return json.toLine();
|
||||
return Utils_.Brackets(json.toLine());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user