JAL-3446 from JAL-3253 ApplicationSingletonProvider Desktop
[jalview.git] / src / jalview / ws / jws2 / jabaws2 / Jws2Instance.java
index e092192..7954db0 100644 (file)
@@ -186,7 +186,7 @@ public class Jws2Instance implements AutoCloseable
       try
       {
         paramStore = new JabaParamStore(this,
-                (Desktop.instance != null ? Desktop.getUserParameterStore()
+                (Desktop.getInstance() != null ? Desktop.getUserParameterStore()
                         : null));
       } catch (Exception ex)
       {