Merge branch 'cassandra-2.0' into cassandra-2.1

This commit is contained in:
Brandon Williams 2014-05-07 16:30:40 -05:00
commit 311c276426
1 changed files with 0 additions and 9 deletions

View File

@ -47,15 +47,6 @@ public class StreamingRepairTask implements Runnable, StreamEventHandler
this.request = request;
}
/**
* Returns true if the task if the task can be executed locally, false if
* it has to be forwarded.
*/
public boolean isLocalTask()
{
return request.initiator.equals(request.src);
}
public void run()
{
if (request.src.equals(FBUtilities.getBroadcastAddress()))