Merge branch 'JAL-1139_proguard' into Release_2_8_Branch
[jalview.git] / src / jalview / datamodel / Annotation.java
index c9a623b..f692234 100755 (executable)
@@ -122,6 +122,15 @@ public class Annotation
     this(null, null, ' ', val);
   }
 
+  /**
+   * human readable representation of an annotation row element.
+   *
+   * Format is 'display Char','secondary Structure
+   * Char',"description",score,[colourstring]
+   *
+   * fields may be missing if they are null, whitespace, or equivalent to
+   * Float.NaN
+   */
   @Override
   public String toString()
   {