JAL-98 field comments updated
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 25 Oct 2016 09:01:38 +0000 (10:01 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 25 Oct 2016 09:01:38 +0000 (10:01 +0100)
src/jalview/schemes/ResidueColourScheme.java

index e6b28db..f3f08cb 100755 (executable)
@@ -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;