fix bad merge/rebase

This commit is contained in:
Benedict Elliott Smith 2015-07-15 11:43:25 +01:00
parent 6c14c3af72
commit 4cea221f95
1 changed files with 0 additions and 6 deletions

View File

@ -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)