git log tree: inside relative to absolute convertion: wire numbers shouldn't be converted (assertion fix)

This commit is contained in:
irengrig
2011-11-02 19:03:32 +04:00
parent 2fba4bc254
commit 55d16ac325
@@ -402,7 +402,8 @@ public class BigTableTableModel extends AbstractTableModel {
@Override
public int[] getFutureWireStarts() {
return arraysConvertor.convert(next.getFutureWireStarts());
// these are wire numbers
return next.getFutureWireStarts();
}
@Override