JAL-1238 tier index indicating distance of a source from the primary source for that...
[jalview.git] / src / jalview / ws / dbsources / RfamFull.java
index 3703e41..e20527a 100644 (file)
@@ -70,4 +70,9 @@ public class RfamFull extends Rfam implements DbSourceProxy
     return null;
   }
 
+  @Override
+  public int getTier()
+  {
+    return 0;
+  }
 }