Merge branch 'develop' into features/JAL-2446NCList
[jalview.git] / src / jalview / json / binding / biojson / v1 / AnnotationPojo.java
index d49c1d5..f01dd52 100644 (file)
@@ -36,7 +36,8 @@ public class AnnotationPojo
 
   @Attributes(
     required = true,
-    enums = { "E", "H", "\u0000", ")", "(" },
+    enums =
+    { "E", "H", "\u0000", ")", "(" },
     description = "Determines what is rendered for the secondary </br>structure <ul><li>’E’ - indicates Beta Sheet/Strand <li>’H’ - indicates alpha helix </li><li> ‘\\u0000’ - indicates blank</li></ul></br>For RNA Helix (only shown when working with</br> nucleotide sequences): <ul><li> ‘(’ - indicates bases pair with columns upstream</br> (to right) </li><li> ’(’ - indicate region pairs with bases to the left</li></ul>")
   private char secondaryStructure;