From: kjvdheide Date: Tue, 16 Jan 2018 21:59:03 +0000 (+0000) Subject: JAL-2750 startRes now directly assigned X-Git-Tag: Release_2_11_1_0~96^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=792f60087e6b756c77618dee886d00c52587b641;p=jalview.git JAL-2750 startRes now directly assigned --- diff --git a/src/jalview/datamodel/SequenceGroup.java b/src/jalview/datamodel/SequenceGroup.java index 221b031..deabf46 100755 --- a/src/jalview/datamodel/SequenceGroup.java +++ b/src/jalview/datamodel/SequenceGroup.java @@ -101,11 +101,15 @@ public class SequenceGroup implements AnnotatedCollectionI */ public ResidueShaderI cs; - // start column (base 0) + /** + * start column (base 0) + */ private int startRes = 0; - // end column (base 0) - int endRes = 0; + /** + * end column (base 0) + */ + private int endRes = 0; public Color outlineColour = Color.black; @@ -752,14 +756,12 @@ public class SequenceGroup implements AnnotatedCollectionI /** * Set the first column selected by this group. Runs from 0<=i