JAL-2505 comments updated
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 25dfc40..9a6cf2b 100755 (executable)
@@ -58,7 +58,7 @@ public class SequenceFeature implements FeatureLocationI
   private static final String ATTRIBUTES = "ATTRIBUTES";
 
   /*
-   * type, begin, end, featureGroup and contactFeature are final 
+   * type, begin, end, featureGroup, score and contactFeature are final 
    * to ensure that the integrity of SequenceFeatures data store 
    * can't be broken by direct update of these fields
    */