JAL-1238 tier index indicating distance of a source from the primary source for that...
[jalview.git] / src / jalview / ws / dbsources / EmblSource.java
index 4495be1..c7be59a 100644 (file)
@@ -114,4 +114,10 @@ public class EmblSource extends EmblXmlSource implements DbSourceProxy
   {
     return "EMBL"; // getDbSource();
   }
+
+  @Override
+  public int getTier()
+  {
+    return 0;
+  }
 }