X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fws%2Fseqfetcher%2FDbSourceProxy.java;h=4b9c472ce080dd9ce700c5c7887a6023612ddaa2;hb=1c66dc9053356a709e9cd9d3282517b5221f1ba2;hp=fa0228548e9a9ef92bddb53c5cdee6718738bd5a;hpb=2a5cbe264ec842c1a0f93e6bd78294607a94e686;p=jalview.git diff --git a/src/jalview/ws/seqfetcher/DbSourceProxy.java b/src/jalview/ws/seqfetcher/DbSourceProxy.java index fa02285..4b9c472 100644 --- a/src/jalview/ws/seqfetcher/DbSourceProxy.java +++ b/src/jalview/ws/seqfetcher/DbSourceProxy.java @@ -100,11 +100,10 @@ public interface DbSourceProxy /** * make one or more queries to the database and attempt to parse the response * into an alignment - * - * @param queries + * @param queries - one or more queries for database in expected form * @return null if queries were successful but result was not parsable - * @throws Exception - * TODO + * @throws Exception - propagated from underlying transport to database (note - exceptions are not raised if query not found in database) + * */ public AlignmentI getSequenceRecords(String queries) throws Exception;