JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxy.java
index a02ffc9..3e7441a 100644 (file)
@@ -34,15 +34,9 @@ import com.stevesoft.pat.Regex;
  * 
  * @author JimP
  */
-public interface DbSourceProxy
+public interface DbSourceProxy extends DbSourceProxyRoot
 {
   /**
-   * 
-   * @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.
    *