fix 1770->1760 typo

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@1050132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-12-16 20:00:26 +00:00
parent 9a676254bd
commit beaf54badb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* limit repaired ranges to what the nodes have in common (CASSANDRA-1674)
* Fix misuse of DataOutputBuffer.getData in AntiEntropyService
(CASSANDRA-1729)
* detect and warn when obsolete version of JNA is present (CASSANDRA-1770)
* detect and warn when obsolete version of JNA is present (CASSANDRA-1760)
* fix live-column-count of slice ranges including tombstoned supercolumn
with live subcolumn (CASSANDRA-1591)
* clean up log messages for gossip token notifications (CASSANDRA-1518)