From: gmungoc Date: Tue, 25 Oct 2016 09:01:38 +0000 (+0100) Subject: JAL-98 field comments updated X-Git-Tag: Release_2_10_1^2~22^2~3^2~7 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=10f5ac4738b670525facf4fe7698c5a58520399f JAL-98 field comments updated --- diff --git a/src/jalview/schemes/ResidueColourScheme.java b/src/jalview/schemes/ResidueColourScheme.java index e6b28db..f3f08cb2 100755 --- a/src/jalview/schemes/ResidueColourScheme.java +++ b/src/jalview/schemes/ResidueColourScheme.java @@ -49,10 +49,14 @@ public class ResidueColourScheme implements ColourSchemeI /* Set when threshold colouring to either pid_gaps or pid_nogaps */ protected boolean ignoreGaps = false; - /** Consenus as a hashtable array */ + /* + * Consensus data indexed by column + */ Profile[] consensus; - /** Conservation string as a char array */ + /* + * Conservation string as a char array + */ char[] conservation; int conservationLength = 0;