Merge branch 'bug/JAL-1775' into develop
[jalview.git] / src / jalview / datamodel / Sequence.java
index cab1ac7..9e93444 100755 (executable)
@@ -59,6 +59,7 @@ public class Sequence implements SequenceI
 
   RNA rna;
 
+
   /**
    * This annotation is displayed below the alignment but the positions are tied
    * to the residues of this sequence
@@ -1283,4 +1284,5 @@ public class Sequence implements SequenceI
     return result;
   }
 
+
 }