JAL-1925 update source version in license
[jalview.git] / src / jalview / ws / io / mime / MimeTypes.java
index 40248cf..3e7407f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -34,8 +34,8 @@ public class MimeTypes
    * pair list {String,JvDataType} giving a mime-type followed by its associated
    * JvDataType enumeration.
    */
-  final public static Object[] typemap = new Object[]
-  { "application/x-align", JvDataType.ALIGNMENT,
+  final public static Object[] typemap = new Object[] {
+      "application/x-align", JvDataType.ALIGNMENT,
       "application/x-jalview-annotation", JvDataType.ANNOTATION,
       "application/x-newick", JvDataType.TREE,
       "application/x-new-hampshire", JvDataType.TREE,