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

@@ -21,11 +21,11 @@ public abstract class ObjectsPass<D extends DBObject> extends Pass<Vector<D>> {
public String getButtonText() {
return "";
}
public String getDescription_(){
public String getDescription_() {
return "?";
}
@Override
public String getDescription() {
return getTable().getPluralDescription()+": "+ getDescription_();
return getTable().getPluralDescription() + ": " + getDescription_();
}
}