JAL-1160 support horizontal mouse wheel scrolling events
[jalview.git] / src / jalview / datamodel / Sequence.java
index 293528d..21b877d 100755 (executable)
@@ -577,13 +577,9 @@ public class Sequence implements SequenceI
     return this.description;
   }
 
-  /**
-   * Return the alignment position for a sequence position
-   * 
-   * @param pos
-   *          lying from start to end
-   * 
-   * @return aligned position of residue pos
+  
+  /* (non-Javadoc)
+   * @see jalview.datamodel.SequenceI#findIndex(int)
    */
   public int findIndex(int pos)
   {