remove unnecessary import
[jalview.git] / src / jalview / io / JnetAnnotationMaker.java
index 07a0068..b334a5c 100755 (executable)
@@ -49,7 +49,7 @@ public class JnetAnnotationMaker
       throw (new Exception(
           "Number of residues in "+(delMap==null ? "" : " mapped ")+"supposed query sequence ('" +
           al.getSequenceAt(firstSeq).getName() + "'\n" +
-          al.getSequenceAt(firstSeq).getSequence() +
+          al.getSequenceAt(firstSeq).getSequenceAsString() +
           ")\ndiffer from number of prediction sites in prediction (" + width +
           ")"));
     }