JAL-1904 parse feature file colours on to alignment sequences
[jalview.git] / src / jalview / viewmodel / seqfeatures / FeatureRendererModel.java
index 87ebf1a..8db907c 100644 (file)
@@ -683,7 +683,7 @@ public abstract class FeatureRendererModel implements
   @Override
   public Map<String, Object> getFeatureColours()
   {
-    return new ConcurrentHashMap<String, Object>(featureColours);
+    return featureColours;
   }
 
   /**