no message
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package GlobalData.FormsParams;
|
||||
import Common.Database.Tables.DBTable;
|
||||
import Common_old.UI.Windows.FormType;
|
||||
public class FormsDBTable extends DBTable<FormType, DBForm> {
|
||||
public class FormsDBTable extends DBTable<String, DBForm> {
|
||||
public FormsDBTable() {
|
||||
super(FormType.class, DBForm.class);
|
||||
super(String.class, DBForm.class);
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
return "параметры окны";
|
||||
return "параметры окна";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user