From: Jim Procter Date: Wed, 7 Feb 2018 12:57:24 +0000 (+0000) Subject: JAL-2780 JAL-2781 fix javadoc in line with behaviour for getPDBResNum X-Git-Tag: Release_2_10_4~68^2~34 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=290e76172f5d4bd074764452c6a626fec4bd3b3b;p=jalview.git JAL-2780 JAL-2781 fix javadoc in line with behaviour for getPDBResNum --- diff --git a/src/jalview/structure/StructureMapping.java b/src/jalview/structure/StructureMapping.java index 40789ed..320fa52 100644 --- a/src/jalview/structure/StructureMapping.java +++ b/src/jalview/structure/StructureMapping.java @@ -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) {