JAL-2009 added programmatic custom feature setting to show insertion position for...
[jalview.git] / src / jalview / bin / Cache.java
index ebc2c21..cd875c9 100755 (executable)
@@ -228,7 +228,7 @@ public class Cache
 
   private final static String DEFAULT_FAIL_SAFE_PID_THRESHOLD = "30";
 
-  private final static String DEFAULT_STRUCTURE_FOMART = DBRefSource.MMCIF;
+  private final static String DEFAULT_STRUCTURE_FORMAT = DBRefSource.MMCIF;
 
   /**
    * Initialises the Jalview Application Log
@@ -427,7 +427,7 @@ public class Cache
             .println("Jalview Version: " + codeVersion + codeInstallation);
 
     Pdb.setCurrentDefaultFomart(jalview.bin.Cache.getDefault(
-            "DEFAULT_STRUCTURE_FOMART", DEFAULT_STRUCTURE_FOMART));
+            "DEFAULT_STRUCTURE_FORMAT", DEFAULT_STRUCTURE_FORMAT));
     // jnlpVersion will be null if we're using InstallAnywhere
     // Dont do this check if running in headless mode
     if (jnlpVersion == null