X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2Fparams%2FAnnotationFile.java;h=8cd1b6807ab94cf63cd27b6cb7af30de9e8393d4;hb=25aaaa87042b3f507ad4348120df7dd073182759;hp=19267912a77207ba6665e203a558d4049b623840;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/ws/rest/params/AnnotationFile.java b/src/jalview/ws/rest/params/AnnotationFile.java index 1926791..8cd1b68 100644 --- a/src/jalview/ws/rest/params/AnnotationFile.java +++ b/src/jalview/ws/rest/params/AnnotationFile.java @@ -73,9 +73,8 @@ public class AnnotationFile extends InputType if (format.equals(JVANNOT)) { return new StringBody( - new jalview.io.AnnotationFile().printAnnotations( - al.getAlignmentAnnotation(), al.getGroups(), - al.getProperties())); + new jalview.io.AnnotationFile() + .printAnnotationsForAlignment(al)); } else {