Label changes as AF recommended
[jalview.git] / src / jalview / schemes / NucleotideColourScheme.java
index caa6998..26aea21 100755 (executable)
@@ -18,9 +18,9 @@ public class NucleotideColourScheme extends ResidueColourScheme
   }\r
 \r
 \r
-  public Color findColour(String n, int j, Vector aa) {\r
+  public Color findColour(String n, int j) {\r
 \r
-    if (threshold == 0 || aboveThreshold(aa, n, j))\r
+    if (threshold == 0 || aboveThreshold( n, j))\r
       try\r
       {\r
         return colors[ ( (Integer) (ResidueProperties.nucleotideHash.get(n))).intValue()];\r