no message
This commit is contained in:
@@ -17,7 +17,7 @@ public class ArraysDBTable extends DBTable<String, DBArray> {
|
||||
return "сохранённые состояния";
|
||||
}
|
||||
@Override
|
||||
protected DataSetControlForm createUI(JPanel mountPanel) {
|
||||
protected DataSetControlForm<DBArray> createUI(JPanel mountPanel) {
|
||||
return new DBArraysForm(this, mountPanel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user