no message

This commit is contained in:
2024-10-25 13:00:29 +03:00
parent 1d1618ae95
commit 48d96d51d7
3 changed files with 4 additions and 7 deletions

View File

@@ -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);
}
}