JAL-1925 update source version in license
[jalview.git] / src / jalview / json / binding / biojson / v1 / AnnotationPojo.java
index a4d7f17..75cd737 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -43,7 +43,9 @@ public class AnnotationPojo
   @Attributes(required = false, description = "Value of the annotation")
   private float value;
 
-  @Attributes(required = false, description = "Colour for position")
+  @Attributes(
+    required = false,
+    description = "Colour of the annotation position in hex string.")
   private String colour;
 
   public String getDisplayCharacter()