JAL-3253 FileFormats static removal
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 10 May 2019 18:24:32 +0000 (13:24 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 10 May 2019 18:24:32 +0000 (13:24 -0500)
src/jalview/io/FileFormats.java

index fb490d3..d65fe95 100644 (file)
@@ -40,16 +40,6 @@ import java.util.Set;
  */
 public class FileFormats
 {
-  /*
-   * A lookup map of file formats by upper-cased name
-   */
-  private static Map<String, FileFormatI> formats;
-
-  /*
-   * Formats in this set are capable of being identified by IdentifyFile 
-   */
-  private static Set<FileFormatI> identifiable;
-
   public static FileFormats getInstance()
   {
     Instance i = Instance.getInstance();
@@ -65,6 +55,16 @@ public class FileFormats
     reset();
   }
 
+  /*
+   * A lookup map of file formats by upper-cased name
+   */
+  private Map<String, FileFormatI> formats;
+
+  /*
+   * Formats in this set are capable of being identified by IdentifyFile 
+   */
+  private Set<FileFormatI> identifiable;
+
   /**
    * Reset to just the built-in file formats packaged with Jalview. These are
    * added (and will be shown in menus) in the order of their declaration in the