JAL-2847 needed methods made public
[jalview.git] / forester / java / src / org / forester / go / GoXRef.java
index e0a4ca8..794a5be 100644 (file)
@@ -74,6 +74,7 @@ public interface GoXRef extends Comparable<GoXRef> {
         CORUM,
         UNIPATHWAY,
         PO,
-        SABIO_RK;
+        SABIO_RK,
+        OTHER;
     }
 }