mirror of https://github.com/apache/cassandra
update circut for Range interface changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@908731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dade352715
commit
fd446ab90b
|
|
@ -117,7 +117,7 @@ public class RingModel
|
||||||
else
|
else
|
||||||
status = NodeStatus.OK;
|
status = NodeStatus.OK;
|
||||||
|
|
||||||
String token = r.left().toString();
|
String token = r.left.toString();
|
||||||
nodes.add(new Node(host, status, token));
|
nodes.add(new Node(host, status, token));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue