JAL-4036 Add getDbName to the GFTSPanelI and add an index code message to the index...
[jalview.git] / src / jalview / fts / service / uniprot / UniprotFTSPanel.java
index 0d9767c..68a5696 100644 (file)
@@ -342,4 +342,8 @@ public class UniprotFTSPanel extends GFTSPanel
     }
   }
 
+  public String getDbName()
+  {
+    return "UniProt";
+  }
 }