JAL-2374 javadoc - qualify that sequence argument to findGroup must be in the Alignme...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 15 Feb 2017 15:38:49 +0000 (15:38 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 15 Feb 2017 15:38:49 +0000 (15:38 +0000)
src/jalview/datamodel/AlignmentI.java

index 752235b..5d185cd 100755 (executable)
@@ -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