提交 17d6d415 编写于 作者: S Stephen Connolly

Doeth, this didn't pick up the old ones

上级 9a7d578a
......@@ -170,14 +170,14 @@ public abstract class AbstractCIBase extends Node implements ItemGroup<TopLevelI
public void run() {
Map<String,Computer> byName = new HashMap<String,Computer>();
for (Computer c : computers.values()) {
old.add(c);
Node node = c.getNode();
if (node == null)
continue; // this computer is gone
byName.put(node.getNodeName(),c);
old.add(c);
}
Set<Computer> used = new HashSet<Computer>();
Set<Computer> used = new HashSet<Computer>(old.size());
updateComputer(AbstractCIBase.this, byName, used, automaticSlaveLaunch);
for (Node s : getNodes()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册