JAL-3187 findFeaturesAtResidue answer in render order (tests TODO)
[jalview.git] / src / jalview / datamodel / features / SequenceFeaturesI.java
index ca0283e..7213cba 100644 (file)
@@ -42,7 +42,8 @@ public interface SequenceFeaturesI
   /**
    * Returns a (possibly empty) list of features, optionally restricted to
    * specified types, which overlap the given (inclusive) sequence position
-   * range
+   * range. If types are specified, features are returned in the order of the
+   * types given.
    * 
    * @param from
    * @param to