JAL-1238 tier index indicating distance of a source from the primary source for that...
[jalview.git] / src / jalview / ws / dbsources / EmblCdsSouce.java
index 1329077..0940f40 100644 (file)
@@ -17,8 +17,6 @@
  */
 package jalview.ws.dbsources;
 
-import java.util.Hashtable;
-
 import com.stevesoft.pat.Regex;
 
 import jalview.datamodel.AlignmentI;
@@ -85,4 +83,10 @@ public class EmblCdsSouce extends EmblXmlSource implements DbSourceProxy
     return "EMBL (CDS)";
   }
 
+  @Override
+  public int getTier()
+  {
+    return 0;
+  }
+
 }