Roll back change to start ordering of lists at 1

pull/14/head
Tim Su 14 years ago
parent 12d1292442
commit 2291b50041

@ -180,7 +180,7 @@ abstract public class OrderedListUpdater<LIST> {
} }
} }
traverseTreeAndWriteValues(list, root, new AtomicLong(1), -1); traverseTreeAndWriteValues(list, root, new AtomicLong(0), -1);
} }
private boolean ancestorOf(Node ancestor, Node descendant) { private boolean ancestorOf(Node ancestor, Node descendant) {

Loading…
Cancel
Save