forked from I2P_Developers/i2p.i2p
Use checked sort
This commit is contained in:
@@ -115,7 +115,7 @@ class TunnelRenderer {
|
||||
if (bwShare > 12) {
|
||||
// Don't bother re-indenting
|
||||
if (!participating.isEmpty()) {
|
||||
Collections.sort(participating, new TunnelComparator());
|
||||
DataHelper.sort(participating, new TunnelComparator());
|
||||
out.write("<table class=\"tunneldisplay tunnels_participating\"><tr><th>" + _t("Receive on") + "</th><th>" + _t("From") + "</th><th>"
|
||||
+ _t("Send on") + "</th><th>" + _t("To") + "</th><th>" + _t("Expiration") + "</th>"
|
||||
+ "<th>" + _t("Usage") + "</th><th>" + _t("Rate") + "</th><th>" + _t("Role") + "</th></tr>\n");
|
||||
|
Reference in New Issue
Block a user