mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Console: Fix rare IAE on destination sort
This commit is contained in:
@@ -587,7 +587,7 @@ public class SummaryHelper extends HelperBase {
|
||||
}
|
||||
buf.append("</h3><hr class=\"b\">");
|
||||
if (!clients.isEmpty()) {
|
||||
Collections.sort(clients, new AlphaComparator());
|
||||
DataHelper.sort(clients, new AlphaComparator());
|
||||
buf.append("<table id=\"sb_localtunnels\">");
|
||||
|
||||
for (Destination client : clients) {
|
||||
|
||||
Reference in New Issue
Block a user