JAL-3878 Rename annotation provider method to getAnnotations
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Tue, 19 Oct 2021 13:33:45 +0000 (15:33 +0200)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Tue, 19 Oct 2021 13:33:45 +0000 (15:33 +0200)
src/jalview/ws2/slivka/SlivkaWebService.java

index 5da7be3..4c58b61 100644 (file)
@@ -275,7 +275,7 @@ public class SlivkaWebService implements WebServiceI
     return null;
   }
 
-  public List<AlignmentAnnotation> getAnnotationFile(WSJob job,
+  public List<AlignmentAnnotation> getAnnotations(WSJob job,
       List<SequenceI> dataset, AlignViewportI viewport) throws IOException
   {
     var slivkaJob = client.getJob(job.getJobId());