mirror of https://github.com/apache/cassandra
fix bad merge/rebase
This commit is contained in:
parent
6c14c3af72
commit
4cea221f95
|
|
@ -470,12 +470,6 @@ public class PartitionUpdate extends AbstractPartitionData implements Sorting.So
|
|||
sort();
|
||||
}
|
||||
|
||||
public int rowCount()
|
||||
{
|
||||
maybeSort();
|
||||
return super.rowCount();
|
||||
}
|
||||
|
||||
private synchronized void sort()
|
||||
{
|
||||
if (isSorted)
|
||||
|
|
|
|||
Loading…
Reference in New Issue