提交 6ea42667 编写于 作者: J jglick

[HUDSON-3014] Trying to correct CCE from huybrechts' r15534.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15555 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9d23a7d6
......@@ -1014,7 +1014,7 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl
public int compare(Computer lhs, Computer rhs) {
if(lhs.getNode()==Hudson.this) return -1;
if(rhs.getNode()==Hudson.this) return 1;
return collator.compare(lhs, rhs);
return collator.compare(lhs.getDisplayName(), rhs.getDisplayName());
}
});
return r;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册