// treeNode.setPlaceholder(true);
}
}
- // if (jalview.bin.Cache.log.isDebugEnabled() && countOne2Many>0) {
- // jalview.bin.Cache.log.debug("There were "+countOne2Many+" alignment
- // sequence ids (out of "+one2many.size()+" unique ids) linked to two or
- // more leaves.");
- // }
- // one2many.clear();
+ if (jalview.bin.Cache.log.isDebugEnabled() && countOne2Many > 0)
+ {
+ jalview.bin.Cache.log.debug("There were " + countOne2Many
+ + "alignment sequence ids (out of" + one2many.size()
+ + " unique ids) linked to two or more leaves.");
+ }
+ one2many.clear();
}
}