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

@@ -10,12 +10,12 @@ public abstract class ServerObjectPass<S extends RepositoryServer, D extends DBO
super(server_in);
d = d_in;
}
public String getDescription_(){
public String getDescription_() {
return "?";
}
@Override
public String getDescription() {
return getDb().getTable(d).getSingleDescription()+": "+ getDescription_();
return getDb().getTable(d).getSingleDescription() + ": " + getDescription_();
}
//--
@Override