Merge branch 'develop' into Release_2_9_Branch
[jalview.git] / src / jalview / io / JalviewFileView.java
index 6df223a..b7f3201 100755 (executable)
@@ -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)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
  */
 package jalview.io;
 
-import java.io.*;
-import java.util.*;
+import java.io.File;
+import java.util.Hashtable;
 
-import javax.swing.*;
-import javax.swing.filechooser.*;
+import javax.swing.Icon;
+import javax.swing.ImageIcon;
+import javax.swing.filechooser.FileView;
 
 public class JalviewFileView extends FileView
 {
@@ -32,7 +33,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");