From: Jim Procter Date: Mon, 17 Oct 2022 11:19:34 +0000 (+0100) Subject: JAL-1551 formatting X-Git-Tag: Release_2_11_4_0~543 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=9af777baf4329f2d4203316f3ba75c8e0027cdb0;p=jalview.git JAL-1551 formatting --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index 2e4a990..b6e48dc 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -551,12 +551,12 @@ public class AlignmentAnnotation : annotations[index + offset].displayCharacter == null || annotations[index + offset].displayCharacter - .length() == 0 - ? annotations[index - + offset].secondaryStructure - : annotations[index - + offset].displayCharacter - .charAt(0)); + .length() == 0 + ? annotations[index + + offset].secondaryStructure + : annotations[index + + offset].displayCharacter + .charAt(0)); } @Override @@ -809,6 +809,7 @@ public class AlignmentAnnotation { this.sequenceMapping = null; } + } // TODO: check if we need to do this: JAL-952 // if (this.isrna=annotation.isrna)