X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FSequenceAnnotationReport.java;h=0125277c467b02bee1dcd94fff13cd3a3d3fb736;hb=bcfc7c04c50b67ff066a534ee0b8baa53af4cf79;hp=2cc0cd5a565cabf1412ddbd6531cb6f7e3fcac2f;hpb=8ff7bd2e061eec7013fcf2b34dd0d3376de42acb;p=jalview.git diff --git a/src/jalview/io/SequenceAnnotationReport.java b/src/jalview/io/SequenceAnnotationReport.java index 2cc0cd5..0125277 100644 --- a/src/jalview/io/SequenceAnnotationReport.java +++ b/src/jalview/io/SequenceAnnotationReport.java @@ -66,7 +66,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 comparator = new Comparator<>() + private static Comparator comparator = new Comparator() { @Override