JAL-3453 Some tests require different Desktop constructor
[jalview.git] / src / jalview / bin / ApplicationSingletonProvider.java
index 45ec8ab..b64f40c 100644 (file)
@@ -140,15 +140,10 @@ public class ApplicationSingletonProvider
      * store the new singleton; note that a
      * null value is saved if construction failed
      */
-    setInstance(c, o);
+    getContextMap().put(c, o);
     return o;
   }
 
-  public static void setInstance(Class<? extends ApplicationSingletonI> c,
-          ApplicationSingletonI o)
-  {
-    getContextMap().put(c, o);
-  }
   /**
    * Removes the current singleton instance of the given class from the current
    * application context. This has the effect of ensuring that a new instance is