X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=5d185cd440ce2bd0172ae72604d0d2f34dac43aa;hb=1d38c774bc8fd65e4ff75beea520ae6bb770c259;hp=752235bd55eee214e3a6ef96cda7654e492a9639;hpb=c00cfcb9f2223f1225fba57e5de85141cfa4570c;p=jalview.git 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