From: gmungoc Date: Mon, 5 Jun 2017 13:00:48 +0000 (+0100) Subject: JAL-2505 comments updated X-Git-Tag: Release_2_10_3b1~211 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ab222dff0212dbe29d7c958a365963c41dc16d38;p=jalview.git JAL-2505 comments updated --- diff --git a/src/jalview/datamodel/SequenceFeature.java b/src/jalview/datamodel/SequenceFeature.java index 25dfc40..9a6cf2b 100755 --- a/src/jalview/datamodel/SequenceFeature.java +++ b/src/jalview/datamodel/SequenceFeature.java @@ -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 */