no message
This commit is contained in:
@@ -14,15 +14,15 @@ public class DVMParametersForm extends DataSetControlForm<DVMParameter> {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
public Current CurrentName() {
|
||||
protected Current CurrentName() {
|
||||
return Current.DVMParameterValue;
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
protected String getSingleDescription() {
|
||||
return "параметр DVM системы";
|
||||
}
|
||||
@Override
|
||||
public String getPluralDescription() {
|
||||
protected String getPluralDescription() {
|
||||
return "параметры DVM";
|
||||
}
|
||||
@Override
|
||||
@@ -54,7 +54,7 @@ public class DVMParametersForm extends DataSetControlForm<DVMParameter> {
|
||||
PassCode.DeleteDVMParameter);
|
||||
}
|
||||
@Override
|
||||
public DBObjectDialog<DVMParameter, ? extends DialogFields> getDialog() {
|
||||
protected DBObjectDialog<DVMParameter, ? extends DialogFields> getDialog() {
|
||||
return new DVMParameterDialog();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user