JAL-1997 database browser support tooltip if available
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxyImpl.java
index 1e1468f..0a4d9a8 100644 (file)
@@ -147,4 +147,10 @@ public abstract class DbSourceProxyImpl implements DbSourceProxy
   {
     return false;
   }
+
+  @Override
+  public String getDescription()
+  {
+    return null;
+  }
 }