JAL-2876 some Checkstyle and other review comments addressed
[jalview.git] / src / jalview / viewmodel / seqfeatures / FeatureRendererModel.java
index 2f30e94..ea4fbdf 100644 (file)
@@ -570,7 +570,7 @@ public abstract class FeatureRendererModel
   public Color getColour(SequenceFeature feature)
   {
     FeatureColourI fc = getFeatureStyle(feature.getType());
-    return fc.getColor(feature);
+    return fc.getColour(feature);
   }
 
   /**