merge CASSANDRA-2557 from trunk

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sylvain Lebresne 2011-04-26 07:02:59 +00:00
parent fb85fcecaf
commit 21ee75efc1
1 changed files with 1 additions and 2 deletions

View File

@ -265,9 +265,8 @@ public class StorageProxy implements StorageProxyMBean
else
MessagingService.instance().sendOneWay(hintedMessage, destination);
}
sendMessages(localDataCenter, dcMessages, responseHandler);
}
sendMessages(localDataCenter, dcMessages, responseHandler);
}
/**