X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FRNAInteractionColourScheme.java;h=0d22b649022c0d9622e4cc3c2e0ff8673870055a;hp=794195a5905ca921395bee870eae0269cc6a08ac;hb=36d803e4a1f98728e91e80de5fa0b95e0cadb0d4;hpb=5b669b6c1a4f1f29b178283a46bc22fcd66aabad diff --git a/src/jalview/schemes/RNAInteractionColourScheme.java b/src/jalview/schemes/RNAInteractionColourScheme.java index 794195a..0d22b64 100644 --- a/src/jalview/schemes/RNAInteractionColourScheme.java +++ b/src/jalview/schemes/RNAInteractionColourScheme.java @@ -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))