提交 83e0e575 编写于 作者: wu-sheng's avatar wu-sheng 提交者: 彭勇升 pengys

Make compare right. (#1899)

上级 513c1b86
......@@ -37,7 +37,7 @@ public class RemoteInstance implements Comparable<RemoteInstance> {
}
@Override public int compareTo(RemoteInstance o) {
return toString().compareTo(toString());
return toString().compareTo(o.toString());
}
@Override public String toString() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册