From 1c1fc1f76ef2f388a9a82ae262dfbcabdefe2cd8 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 8 Oct 2008 15:28:31 +0000
Subject: [PATCH] change to protected

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8958 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 uk/ac/sanger/artemis/components/EditMenu.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/uk/ac/sanger/artemis/components/EditMenu.java b/uk/ac/sanger/artemis/components/EditMenu.java
index 60bec3ef5..7074f20d2 100644
--- a/uk/ac/sanger/artemis/components/EditMenu.java
+++ b/uk/ac/sanger/artemis/components/EditMenu.java
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EditMenu.java,v 1.55 2008-07-21 15:42:21 tjc Exp $
+ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EditMenu.java,v 1.56 2008-10-08 15:28:31 tjc Exp $
  **/
 
 package uk.ac.sanger.artemis.components;
@@ -59,7 +59,7 @@ import java.util.Vector;
  *  A menu with editing commands.
  *
  *  @author Kim Rutherford
- *  @version $Id: EditMenu.java,v 1.55 2008-07-21 15:42:21 tjc Exp $
+ *  @version $Id: EditMenu.java,v 1.56 2008-10-08 15:28:31 tjc Exp $
  **/
 
 public class EditMenu extends SelectionMenu
@@ -838,7 +838,7 @@ public class EditMenu extends SelectionMenu
    *  @param entry_group Used to get the ActionController for calling
    *    ActionController.undo().
    **/
-  private static void undo(final JFrame frame,
+  protected static void undo(final JFrame frame,
                           final Selection selection,
                           final EntryGroup entry_group) 
   {
@@ -2485,7 +2485,7 @@ public class EditMenu extends SelectionMenu
    *    feature currently start on a start codon.  If false then the feature
    *    will only be trimmed if the feature doesn't start on a start codon.
    **/
-  private static void trimSelected (final JFrame frame,
+  protected static void trimSelected (final JFrame frame,
                                    final Selection selection,
                                    final EntryGroup entry_group,
                                    final boolean trim_to_any,
@@ -2551,7 +2551,7 @@ public class EditMenu extends SelectionMenu
    *    is extended to the previous stop codon (but it won't include the
    *    previous stop).
    **/
-  private static void extendToORF(final JFrame frame,
+  protected static void extendToORF(final JFrame frame,
                                  final Selection selection,
                                  final EntryGroup entry_group,
                                  final boolean extend_to_next_stop) 
-- 
GitLab