Merge branch 'develop' into Jalview-JS/develop
[jalview.git] / src / jalview / io / SequenceAnnotationReport.java
index 0ef4cc2..4933cd6 100644 (file)
@@ -64,7 +64,7 @@ public class SequenceAnnotationReport
    * Comparator to order DBRefEntry by Source + accession id (case-insensitive),
    * with 'Primary' sources placed before others, and 'chromosome' first of all
    */
-  private static Comparator<DBRefEntry> comparator = new Comparator<>()
+  private static Comparator<DBRefEntry> comparator = new Comparator<DBRefEntry>()
   {
 
     @Override