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:
Eric Evans 2010-02-10 23:02:49 +00:00
parent dade352715
commit fd446ab90b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class RingModel
else
status = NodeStatus.OK;
String token = r.left().toString();
String token = r.left.toString();
nodes.add(new Node(host, status, token));
}