JAL-3199 promote sortAnnotations to AlignmentViewPanel
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index c606b9f..aba1e3d 100644 (file)
@@ -825,7 +825,8 @@ public class AlignmentPanel extends GAlignmentPanel implements
    * Sorts annotations according to currently selected preferences. Does nothing
    * if currently set to 'Custom' (manual) ordering.
    */
-  void sortAnnotations()
+  @Override
+  public void sortAnnotations()
   {
     SequenceAnnotationOrder sortBy = av.getSortAnnotationsBy();
     if (sortBy != SequenceAnnotationOrder.CUSTOM)