JAL-961 - annotatable datamodel objects can be queried to obtain annotation with...
[jalview.git] / src / jalview / ws / jws2 / AAConsClient.java
index 289d49b..7aaac5b 100644 (file)
@@ -72,7 +72,7 @@ public class AAConsClient extends JabawsAlignCalcWorker
           else
           {
             // simple annotation row
-            annotation = findOrCreate(scr.getMethod(), true, null, null);
+            annotation = alignViewport.getAlignment().findOrCreateAnnotation(scr.getMethod(), true, null, null);
             Annotation[] elm = new Annotation[alWidth];
             if (alWidth == scr.getScores().size())
             {