JAL-2780 JAL-2781 fix javadoc in line with behaviour for getPDBResNum
authorJim Procter <jprocter@issues.jalview.org>
Wed, 7 Feb 2018 12:57:24 +0000 (12:57 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 7 Feb 2018 12:57:24 +0000 (12:57 +0000)
src/jalview/structure/StructureMapping.java

index 40789ed..320fa52 100644 (file)
@@ -109,7 +109,8 @@ public class StructureMapping
   /**
    * 
    * @param seqpos
-   * @return 0 or the corresponding residue number for the sequence position
+   * @return UNASSIGNED_VALUE or the corresponding residue number for the
+   *         sequence position
    */
   public int getPDBResNum(int seqpos)
   {