no message

This commit is contained in:
2024-10-22 19:54:51 +03:00
parent 84c3813894
commit bf5d5442d4
10 changed files with 12 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ public class DeleteServerObjects<S extends RepositoryServer, D extends DBObject>
}
@Override
public String getDescription() {
return getDb().getTable(d).getPluralDescription()+": удаление";
return getDb().getTable(d).getPluralDescription() + ": удаление";
}
@Override
public String getButtonText() {