JAL-1066 - T-Coffee color scheme + signature change on findColour method
[jalview.git] / src / jalview / schemes / UserColourScheme.java
index b6602ea..0c1e688 100755 (executable)
@@ -17,9 +17,8 @@
  */
 package jalview.schemes;
 
-import java.util.*;
-
-import java.awt.*;
+import java.awt.Color;
+import java.util.StringTokenizer;
 
 public class UserColourScheme extends ResidueColourScheme
 {
@@ -201,7 +200,8 @@ public class UserColourScheme extends ResidueColourScheme
 
   }
 
-  public Color findColour(char c, int j)
+  @Override
+  public Color findColour(char c, int j, int sequenceIndex)
   {
     Color currentColour;
     int index = ResidueProperties.aaIndex[c];