JAL-1807 disambiguated method signatures with numeric primitive args
[jalview.git] / src / jalview / gui / Jalview2XML.java
index e4ec30b..b8fc077 100644 (file)
@@ -4654,7 +4654,7 @@ public class Jalview2XML
         srt[s++] = jvar.order;
       }
       reorder.clear();
-      jalview.util.QuickSort.sort(srt, rws);
+      jalview.util.QuickSort.sortInt(srt, rws);
       // and re-insert the annotation at its correct position
       for (JvAnnotRow jvar : rws)
       {