From 8e10c15e979ba637fdd63de628d13f2390e02499 Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Thu, 18 Apr 2013 11:58:18 +0100
Subject: [PATCH] change visibility of getIndexFastaCombo()

---
 uk/ac/sanger/artemis/components/EntryGroupDisplay.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uk/ac/sanger/artemis/components/EntryGroupDisplay.java b/uk/ac/sanger/artemis/components/EntryGroupDisplay.java
index 4cfc5f88d..e9b42ab2d 100644
--- a/uk/ac/sanger/artemis/components/EntryGroupDisplay.java
+++ b/uk/ac/sanger/artemis/components/EntryGroupDisplay.java
@@ -294,7 +294,7 @@ public class EntryGroupDisplay extends JPanel
   /**
    * @return the indexFastaCombo
    */
-  protected SequenceComboBox getIndexFastaCombo()
+  public SequenceComboBox getIndexFastaCombo()
   {
     return indexFastaCombo;
   }
-- 
GitLab