JAL-3081 promote setSortAnnotationsBy() to api method
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 148ea16..9e02ff1 100644 (file)
@@ -2676,6 +2676,7 @@ public abstract class AlignmentViewport
     return sortAnnotationsBy;
   }
 
+  @Override
   public void setSortAnnotationsBy(
           SequenceAnnotationOrder sortAnnotationsBy)
   {