From 402d55a2273d762c23a19e2c6afdacce0808659c Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 30 Apr 2007 09:44:38 +0000 Subject: [PATCH] javadoc --- src/jalview/util/DBRefUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/util/DBRefUtils.java b/src/jalview/util/DBRefUtils.java index 3587b83..81710dd 100755 --- a/src/jalview/util/DBRefUtils.java +++ b/src/jalview/util/DBRefUtils.java @@ -110,7 +110,7 @@ public class DBRefUtils * and return the canonical jalview name for the source, or the original * string if it has no canonical form. * @param source - * @return canonical jalview source (one of jalview.datamodel.DBRefSource.*) + * @return canonical jalview source (one of jalview.datamodel.DBRefSource.*) or original source */ public static String getCanonicalName(String source) { -- 1.7.10.2