JAL-1807 disambiguated method signatures with numeric primitive args
[jalview.git] / src / jalview / util / GroupUrlLink.java
index 4900fc8..6665f51 100644 (file)
@@ -150,7 +150,7 @@ public class GroupUrlLink
     }
     ptok[ntoks] = link.length();
     tmtch[ntoks] = "$$$$$$$$$";
-    jalview.util.QuickSort.sort(ptok, tmtch);
+    jalview.util.QuickSort.sortInt(ptok, tmtch);
     for (int i = 0; i < ntoks; i++)
     {
       mtch[i] = tmtch[i]; // TODO: check order is ascending