From 7e1a8203d671e11bdc3eedf19c808f30f7a7c348 Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 31 Oct 2007 15:10:22 +0000 Subject: [PATCH] javadoc --- src/jalview/io/JnetAnnotationMaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/JnetAnnotationMaker.java b/src/jalview/io/JnetAnnotationMaker.java index be063c8..8d0f40b 100755 --- a/src/jalview/io/JnetAnnotationMaker.java +++ b/src/jalview/io/JnetAnnotationMaker.java @@ -32,7 +32,7 @@ public class JnetAnnotationMaker * adds the annotation parsed by prediction to al. * @param prediction JPredFile * @param al AlignmentI - * @param firstSeq int - + * @param firstSeq int the index of the sequence to attach the annotation to (usually zero) * @param noMsa boolean * @param delMap mapping from columns in JPredFile prediction to residue number in al.getSequence(firstSeq) */ -- 1.7.10.2