From d0690eef917fe48363d44b4c43263f68c6dfd578 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 14 May 2012 10:02:22 +0100 Subject: [PATCH] javadoc --- src/jalview/ws/seqfetcher/DbSourceProxy.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; -- 1.7.10.2