Formatting
[jalview.git] / src / jalview / ws / WSClient.java
index 17f51c0..8c9acb5 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * Jalview - A Sequence Alignment Editor and Viewer
- * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -18,8 +18,8 @@
  */
 package jalview.ws;
 
+import ext.vamsas.*;
 import jalview.gui.*;
-import ext.vamsas.ServiceHandle;
 
 public class WSClient
 {
@@ -39,9 +39,9 @@ public class WSClient
    */
   protected java.util.Hashtable ServiceActions;
   {
-      ServiceActions = new java.util.Hashtable();
-      ServiceActions.put("MsaWS", "Multiple Sequence Alignment");
-      ServiceActions.put("SecStrPred", "Secondary Structure Prediction");
+    ServiceActions = new java.util.Hashtable();
+    ServiceActions.put("MsaWS", "Multiple Sequence Alignment");
+    ServiceActions.put("SecStrPred", "Secondary Structure Prediction");
   };
   public WSClient()
   {
@@ -57,7 +57,7 @@ public class WSClient
     }
     else
     {
-      WebServiceJobTitle = sh.getAbstractName()+" using "+sh.getName();
+      WebServiceJobTitle = sh.getAbstractName() + " using " + sh.getName();
 
     }
     WebServiceReference = sh.getDescription();