JAL-1996 added notes for an alternative way to view example pages source code
[jalview.git] / src / jalview / bin / Cache.java
index ebc2c21..38aa55f 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.PDB;
 
   /**
    * Initialises the Jalview Application Log
@@ -426,8 +426,8 @@ public class Cache
     System.out
             .println("Jalview Version: " + codeVersion + codeInstallation);
 
-    Pdb.setCurrentDefaultFomart(jalview.bin.Cache.getDefault(
-            "DEFAULT_STRUCTURE_FOMART", DEFAULT_STRUCTURE_FOMART));
+    Pdb.setCurrentDefaultFormat(jalview.bin.Cache.getDefault(
+            "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