Merge commit 'ab43013b7e357b84b4abade0dba949668dfb2a0e' into develop
[jalview.git] / src / jalview / io / JalviewFileView.java
index 6df223a..93fc04a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -32,7 +32,8 @@ public class JalviewFileView extends FileView
 
   static
   {
-    // TODO: these names should come from the FormatAdapter lists for readable/writable extensions 
+    // TODO: these names should come from the FormatAdapter lists for
+    // readable/writable extensions
     alignSuffix.put("amsa", "AMSA file");
     alignSuffix.put("fasta", "Fasta file");
     alignSuffix.put("fa", "Fasta file");