JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / src / jalview / schemes / RNAInteractionColourScheme.java
index 794195a..0d22b64 100644 (file)
@@ -57,7 +57,7 @@ public class RNAInteractionColourScheme extends ResidueColourScheme
    * @return DOCUMENT ME!
    */
   @Override
-  public Color findColour(char c, int j, SequenceI seq)
+  public Color findColourSeq(char c, int j, SequenceI seq)
   {
     Color currentColour;
     if ((threshold == 0) || aboveThreshold(c, j))