Skip to content
Snippets Groups Projects
Commit 542b2575 authored by tcarver's avatar tcarver
Browse files

change visibility of evidenceCodes

parent cf0d6613
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ import uk.ac.sanger.artemis.util.StringVector;
public class GoBox extends AbstractCvBox
{
protected static String[][] evidenceCodes =
public static String[][] evidenceCodes =
{
{"EXP", "IC", "IDA", "IEA", "IEP", "IGC",
"IBA", "IBD", "IKR", "IRD", "IGI",
......@@ -510,7 +510,7 @@ public class GoBox extends AbstractCvBox
return newQualifierString;
}
public static Dimension getEvidenceListDimension()
protected static Dimension getEvidenceListDimension()
{
if(evidenceListDimension == null)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment