bug fix for Features/Annotations file parameter parsing in JalviewLite reported and...
[jalview.git] / src / jalview / io / JalviewFileFilter.java
index cdd868c..fd8bcd3 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -26,8 +26,6 @@ import javax.swing.filechooser.FileFilter;
 public class JalviewFileFilter\r
     extends FileFilter\r
 {\r
-  private static String TYPE_UNKNOWN = "Type Unknown";\r
-  private static String HIDDEN_FILE = "Hidden File";\r
   public static Hashtable suffixHash = new Hashtable();\r
   private Hashtable filters = null;\r
   private String description = "no description";\r
@@ -79,7 +77,7 @@ public class JalviewFileFilter
 \r
       if (f.isDirectory())\r
       {\r
-          return true;\r
+        return true;\r
       }\r
 \r
       if ( (extension != null) && (filters.get(getExtension(f)) != null))\r