JAL-3302 transfer visible 'linked' features to Chimera
[jalview.git] / src / jalview / viewmodel / seqfeatures / FeatureRendererModel.java
index 838c41a..f9c9782 100644 (file)
@@ -1161,17 +1161,7 @@ public abstract class FeatureRendererModel
     return filter == null ? true : filter.matches(sf);
   }
 
-  /**
-   * Answers a bean containing a mapping, and a list of features in this
-   * alignment at a position (or range) which is mappable from the given
-   * sequence residue position in a mapped alignment. Features are returned in
-   * render order of feature type (on top last), with order within feature type
-   * undefined. If no features or mapping are found, answers null.
-   * 
-   * @param sequence
-   * @param pos
-   * @return
-   */
+  @Override
   public MappedFeatures findComplementFeaturesAtResidue(SequenceI sequence,
           int pos)
   {