X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fgo%2FGoRelationship.java;h=a219ab0f4c69687aac3963fb119c1846959ee9b0;hb=665e671efec73fcb36a9aac45f119330f290fa81;hp=f46dd506b2d3cb4e2619ad62c6abcc732362dd9e;hpb=d58d62e4c76599d217d96b808a29f3b762a0a580;p=jalview.git diff --git a/forester/java/src/org/forester/go/GoRelationship.java b/forester/java/src/org/forester/go/GoRelationship.java index f46dd50..a219ab0 100644 --- a/forester/java/src/org/forester/go/GoRelationship.java +++ b/forester/java/src/org/forester/go/GoRelationship.java @@ -32,7 +32,7 @@ public interface GoRelationship extends Comparable { public static final String NEGATIVELY_REGULATES_STR = "negatively_regulates"; public static final String POSITIVELY_REGULATES_STR = "positively_regulates"; public static final String HAS_PART_STR = "has_part"; - public static final String OCCURS_IN_STR ="occurs_in"; + public static final String OCCURS_IN_STR = "occurs_in"; public GoId getGoId();