Sybil: Refactoring to separate analysis and display, part 4

Load/store offline analysis
Split up sections into separate tabs
This commit is contained in:
zzz
2018-12-16 13:20:59 +00:00
parent 9437e2cb79
commit fa0d63f40f
5 changed files with 236 additions and 67 deletions

View File

@@ -95,7 +95,7 @@ public class PersistSybil {
rv.add(Long.valueOf(d));
} catch (NumberFormatException nfe) {}
}
Collections.sort(rv);
Collections.sort(rv, Collections.reverseOrder());
return rv;
}