no message

This commit is contained in:
2024-10-08 23:21:42 +03:00
parent e0974fe4a8
commit 31c0cad38f
12 changed files with 230 additions and 517 deletions

View File

@@ -72,19 +72,6 @@ public class ParallelVariant extends DBObject {
return String.join(";", templates_description);
}
/*
@Override
public boolean isVisible() {
boolean res = true;
if (father.f_distributed())
res = Match(true);
if (res && father.f_multiplied()) {
res = Match(false);
}
if (!res) Select(false);
return res;
}
*/
@Override
public Object getPK() {
return UniqKey;