Merge branch 'develop' into bug/JAL-98consensusMemory
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index 3fdcb3b..ed758c5 100644 (file)
@@ -22,6 +22,7 @@ package jalview.renderer;
 
 import jalview.analysis.AAFrequency;
 import jalview.analysis.CodingUtils;
+import jalview.analysis.Profile;
 import jalview.analysis.Rna;
 import jalview.analysis.StructureFrequency;
 import jalview.api.AlignViewportI;
@@ -73,7 +74,7 @@ public class AnnotationRenderer
 
   private ColumnSelection columnSelection;
 
-  private Hashtable[] hconsensus;
+  private Profile[] hconsensus;
 
   private Hashtable[] complementConsensus;