JAL-2494 javadoc for AnnotatedCollectionI.findAnnotations
[jalview.git] / src / jalview / datamodel / Alignment.java
index 2dafc0c..17dfb4c 100755 (executable)
@@ -1635,10 +1635,6 @@ public class Alignment implements AlignmentI
     return aa;
   }
 
-  /**
-   * Returns an iterable collection of any annotations that match on given
-   * sequence ref, calcId and label (ignoring null values).
-   */
   @Override
   public Iterable<AlignmentAnnotation> findAnnotations(SequenceI seq,
           String calcId, String label)