Revert "no message"

This reverts commit 48d96d51d7.
This commit is contained in:
2024-10-25 13:01:54 +03:00
parent 48d96d51d7
commit ffcad7a620
3 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public class ArraysDBTable extends DBTable<String, DBArray> {
return "сохранённые состояния";
}
@Override
protected DataSetControlForm<DBArray> createUI(JPanel mountPanel) {
protected DataSetControlForm createUI(JPanel mountPanel) {
return new DBArraysForm(this, mountPanel);
}
}