JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxy.java
index 3e7441a..a02ffc9 100644 (file)
@@ -34,9 +34,15 @@ import com.stevesoft.pat.Regex;
  * 
  * @author JimP
  */
-public interface DbSourceProxy extends DbSourceProxyRoot
+public interface DbSourceProxy
 {
   /**
+   * 
+   * @return source string constant used for this DB source
+   */
+  String getDbSource();
+
+  /**
    * Short meaningful name for this data source for display in menus or
    * selection boxes.
    *