Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
In getMap() method the comparator passed to versionMap does:
public int compare(Long l1, Long l2)
{ return l2.compareTo(l1); }which inverts the result of the comparison.