JAL-1821 updated the reference sequence column of structure chooser summary table...
[jalview.git] / src / jalview / datamodel / Sequence.java
index c78ec22..916d785 100755 (executable)
@@ -1302,5 +1302,9 @@ public class Sequence extends ASequence implements SequenceI
     return result;
   }
 
+  public String toString()
+  {
+    return getDisplayId(false);
+  }
 
 }