From: jprocter Date: Mon, 14 May 2012 09:02:22 +0000 (+0100) Subject: javadoc X-Git-Tag: Jalview_2_9~532^2~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d0690eef917fe48363d44b4c43263f68c6dfd578;p=jalview.git javadoc --- 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;