X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fgo%2FGoNameSpace.java;h=51932ec27239b111ea7c9078f35ece6eb4477088;hb=36cad5d7aee97eedcf1e42889ba4a1384b887777;hp=2d943c10094d427e34faeeb0365ef7dd1204836f;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/go/GoNameSpace.java b/forester/java/src/org/forester/go/GoNameSpace.java index 2d943c1..51932ec 100644 --- a/forester/java/src/org/forester/go/GoNameSpace.java +++ b/forester/java/src/org/forester/go/GoNameSpace.java @@ -27,10 +27,10 @@ package org.forester.go; public class GoNameSpace { - public final String MOLECULAR_FUNCTION_STR = "molecular_function"; - public final String BIOLOGICAL_PROCESS_STR = "biological_process"; - public final String CELLULAR_COMPONENT_STR = "cellular_component"; - public final String UNASSIGNED_STR = "unassigned"; + public final static String MOLECULAR_FUNCTION_STR = "molecular_function"; + public final static String BIOLOGICAL_PROCESS_STR = "biological_process"; + public final static String CELLULAR_COMPONENT_STR = "cellular_component"; + public final static String UNASSIGNED_STR = "unassigned"; private final GoNamespaceType _type; public GoNameSpace( final GoNamespaceType type ) {