From ab222dff0212dbe29d7c958a365963c41dc16d38 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Mon, 5 Jun 2017 14:00:48 +0100 Subject: [PATCH] JAL-2505 comments updated --- src/jalview/datamodel/SequenceFeature.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.7.10.2