no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user