упраздение лишних енумов в оформлении таблиц и деревьев.
This commit is contained in:
@@ -2,7 +2,7 @@ package _VisualDVM.Passes.Server;
|
||||
import Common.Database.Database;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Database.Tables.DBTable;
|
||||
import Common.Visual.UI_;
|
||||
import Common.Visual.UI;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Repository.RepositoryServer;
|
||||
import _VisualDVM.Repository.Server.ServerCode;
|
||||
@@ -39,7 +39,7 @@ public class DeleteServerObjects<S extends RepositoryServer, D extends DBObject>
|
||||
DBTable table = getDb().tables.get(d);
|
||||
if (table.getCheckedCount() > 0) {
|
||||
target = table.getCheckedKeys();
|
||||
return UI_.Warning(table.getCheckedCount() + " объектов будет удален(о).");
|
||||
return UI.Warning(table.getCheckedCount() + " объектов будет удален(о).");
|
||||
} else {
|
||||
if (Global.mainModule.Check(Log, table.CurrentName())) {
|
||||
target = new Vector<>();
|
||||
|
||||
Reference in New Issue
Block a user