JAL-2286 modal residue check + commenting
[jalview.git] / src / jalview / schemes / Blosum62ColourScheme.java
index 8cb6ff0..37c31f9 100755 (executable)
@@ -57,6 +57,9 @@ public class Blosum62ColourScheme extends ResidueColourScheme
 
     if (!Comparison.isGap(res))
     {
+      /*
+       * test if this is the consensus (or joint consensus) residue
+       */
       String max = consensus[j].getModalResidue();
 
       if (max.indexOf(res) > -1)