JAL-1264 reinstate Show annotations menu item
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 7054ed3..1270c15 100644 (file)
@@ -1731,7 +1731,7 @@ public abstract class AlignmentViewport implements AlignViewportI,
    * If this is a protein alignment and there are mappings to cDNA, add the cDNA
    * consensus annotation.
    */
-  protected void initComplementConsensus()
+  public void initComplementConsensus()
   {
     if (!alignment.isNucleotide())
     {