JAL-3148 further bug fix to state of 'colourBy'
[jalview.git] / src / jalview / schemes / ResidueColourScheme.java
index 2f7a5e0..3f1ee7f 100755 (executable)
@@ -92,9 +92,7 @@ public abstract class ResidueColourScheme implements ColourSchemeI
     symbolIndex = null;
   }
 
-  /**
-   * Find a colour without an index in a sequence
-   */
+  @Override
   public Color findColour(char c)
   {
     Color colour = Color.white;