Merge remote-tracking branch 'origin/releases/Release_2_10_2b1_Branch'
[jalview.git] / src / jalview / json / binding / biojson / v1 / AlignmentAnnotationPojo.java
index a9e57a9..673b09d 100644 (file)
@@ -43,7 +43,8 @@ public class AlignmentAnnotationPojo
 
   @Attributes(
     required = false,
-    enums = { "0", "1", "2" },
+    enums =
+    { "0", "1", "2" },
     description = "Determines the rendering for the annotation<br><ul><li>0 - No graph</li><li>1 - Bar Graph</li><li>2 - Line graph</li></ul>")
   private int graphType;