JAL-2360 comment only
[jalview.git] / src / jalview / schemes / ClustalxColourScheme.java
index 8ee4b78..2bb64fc 100755 (executable)
@@ -306,6 +306,9 @@ public class ClustalxColourScheme extends ResidueColourScheme
 
     if (i == 4)
     {
+      /*
+       * override to colour C pink if 100% conserved
+       */
       if (conses[27].isConserved(cons2, j, size, includeGaps))
       {
         currentColour = ClustalColour.PINK.colour;