Revert "JAL-3070 JAL-3066 fix initialisation of slivka ServiceWithParameters"
authorJim Procter <jprocter@issues.jalview.org>
Mon, 7 Oct 2019 07:58:20 +0000 (08:58 +0100)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Mon, 7 Oct 2019 11:39:24 +0000 (12:39 +0100)
This reverts commit daa1765ab2101480a724b92a3f3e7dee662ba943.

src/jalview/ws/slivkaws/SlivkaWSInstance.java

index b9f375f..9aae388 100644 (file)
@@ -40,8 +40,7 @@ public abstract class SlivkaWSInstance extends ServiceWithParameters
 
   public SlivkaWSInstance(SlivkaClient client, SlivkaService service, String action)
   {
-    super(service.getLabel(), action, service.getName(), "Slivka",
-            client.getUrl().toString());
+    super(service.getName(), action, service.getLabel(), "Slivka", client.getUrl().toString());
     this.client = client;
     this.service = service;
   }