JAL-2418 source formatting
[jalview.git] / src / jalview / json / binding / biojson / v1 / AlignmentPojo.java
index 7b78313..94d1bde 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -65,10 +65,11 @@ public class AlignmentPojo
 
   @Attributes(
     required = false,
-    enums = { "None", "User Defined", "Clustal", "Zappo", "Taylor",
-        "Nucleotide", "Pyrimidine", "Purine", "Turn", "Helix", "Strand",
-        "Buried", "Hydro", "T-Coffee Scores", "RNA Interaction type",
-        "Blosum62", "RNA Helices", "% Identity" },
+    enums =
+    { "None", "User Defined", "Clustal", "Zappo", "Taylor", "Nucleotide",
+        "Pyrimidine", "Purine", "Turn", "Helix", "Strand", "Buried",
+        "Hydro", "T-Coffee Scores", "RNA Interaction type", "Blosum62",
+        "RNA Helices", "% Identity" },
     description = "The <a href=\"#colourScheme\">Colour Scheme</a> applied to the alignment")
   private String colourScheme;