JAL-1517 source formatting
[jalview.git] / src / jalview / datamodel / Annotation.java
index e3588b0..26dc0fa 100755 (executable)
@@ -47,7 +47,7 @@ public class Annotation
 
   /** Score for the position - used in histograms, line graphs and for shading */
   public float value;
-  
+
   /** Colour for position */
   public Color colour;
 
@@ -69,7 +69,7 @@ public class Annotation
     description = desc;
     secondaryStructure = ss;
     value = val;
-    
+
   }
 
   /**
@@ -124,15 +124,15 @@ public class Annotation
    */
   public Annotation(float val)
   {
-    this(null, null, ' ', val,null);
+    this(null, null, ' ', val, null);
   }
 
   /**
    * 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
    */