JAL-3807 JPred can now successfully submit and track the job.
[jalview.git] / src / jalview / ws / jws2 / jabaws2 / Jws2Instance.java
index f01d872..36a42ab 100644 (file)
@@ -38,7 +38,7 @@ import compbio.metadata.PresetManager;
 import compbio.metadata.RunnerConfig;
 
 public class Jws2Instance extends ServiceWithParameters
-        implements JalviewServiceEndpointProviderI, AutoCloseable
+        implements AutoCloseable
 {
 
   public JABAService service;
@@ -178,7 +178,7 @@ public class Jws2Instance extends ServiceWithParameters
       try
       {
         paramStore = new JabaParamStore(this,
-                (Desktop.instance != null ? Desktop.getUserParameterStore()
+                (Desktop.getInstance() != null ? Desktop.getUserParameterStore()
                         : null));
       } catch (Exception ex)
       {