Skip to content
Snippets Groups Projects
Commit 81fff4b4 authored by tjc's avatar tjc
Browse files

make variables that are qualifier names public

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9719 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 3b41b3de
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ import uk.ac.sanger.artemis.util.StringVector;
public class ProteinMapPanel extends MapPanel
{
private static final long serialVersionUID = 1L;
private static String[] TMHMM =
public static String[] TMHMM =
{
"membrane_structure",
"non_cytoplasm_location",
......@@ -72,7 +72,7 @@ public class ProteinMapPanel extends MapPanel
//"signal_anchor_probability"
};
private static String POLYPEPTIDE_DOMAIN = "polypeptide_domain";
public static String POLYPEPTIDE_DOMAIN = "polypeptide_domain";
private static Vector PROTEIN_MAP_ELEMENTS = new Vector();
static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment