JAL-3453
[jalview.git] / src / jalview / bin / Cache.java
index b15c317..7128ca4 100755 (executable)
@@ -224,7 +224,7 @@ public class Cache implements ApplicationSingletonI
    * 
    * @return
    */
-  private static Cache getInstance()
+  public static Cache getInstance()
   {
     return (Cache) ApplicationSingletonProvider.getInstance(Cache.class);
   }
@@ -287,7 +287,7 @@ public class Cache implements ApplicationSingletonI
   /** Jalview Properties */
   // BH 2019.05.08 was static
   @SuppressWarnings("serial")
-  private Properties applicationProperties = new Properties()
+  public Properties applicationProperties = new Properties()
   {
     // override results in properties output in alphabetical order
     @Override