JAL-2562 javadoc TODO
authorJim Procter <jprocter@issues.jalview.org>
Sat, 27 May 2017 10:25:02 +0000 (11:25 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Sat, 27 May 2017 10:25:02 +0000 (11:25 +0100)
src/jalview/datamodel/SequenceI.java

index 92f797f..e81553b 100755 (executable)
@@ -189,12 +189,13 @@ public interface SequenceI extends ASequenceI
   public int findIndex(int pos);
 
   /**
-   * Returns the sequence position for an alignment position
+   * Returns the sequence position for an alignment position.
    * 
    * @param i
    *          column index in alignment (from 0..<length)
    * 
-   * @return residue number for residue (left of and) nearest ith column
+   * @return TODO: JAL-2562 - residue number for residue (left of and) nearest
+   *         ith column
    */
   public int findPosition(int i);