Sequence is char []
[jalview.git] / src / jalview / io / AnnotationFile.java
index 08b5862..04861a2 100755 (executable)
@@ -356,7 +356,7 @@ public class AnnotationFile
         for(int j=0; j<annotations.length; j++)\r
         {\r
           if(annotations[j]!=null)\r
-            annotations[j].colour = ucs.findColour("A");\r
+            annotations[j].colour = ucs.findColour('A');\r
         }\r
       }\r
     }\r
@@ -414,7 +414,7 @@ public class AnnotationFile
     if(st.hasMoreTokens())\r
     {\r
       UserColourScheme ucs = new UserColourScheme(st.nextToken());\r
-      colour = ucs.findColour("A");\r
+      colour = ucs.findColour('A');\r
     }\r
 \r
     annotation.setThreshold(new GraphLine(value, label, colour));\r