From: Jim Procter Date: Wed, 15 Feb 2017 15:38:49 +0000 (+0000) Subject: JAL-2374 javadoc - qualify that sequence argument to findGroup must be in the Alignme... X-Git-Tag: Release_2_10_3b1~344^2~6 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=1d38c774bc8fd65e4ff75beea520ae6bb770c259 JAL-2374 javadoc - qualify that sequence argument to findGroup must be in the Alignment, not share the same dataset sequence --- diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index 752235b..5d185cd 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -157,10 +157,11 @@ public interface AlignmentI extends AnnotatedCollectionI /** * Returns the first group (in the order in which groups were added) that - * includes the given sequence and aligned position (base 0), or null if none - * found + * includes the given sequence instance and aligned position (base 0), or null + * if none found * * @param seq + * - must be contained in the alignment (not a dataset sequence) * @param position * * @return