forked from I2P_Developers/i2p.i2p
Sybil: Refactoring to separate analysis and display, part 4
Load/store offline analysis Split up sections into separate tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user