update author list in license for (JAL-826)
[jalview.git] / src / jalview / ws / jws1 / SeqSearchWSClient.java
index fe279cf..8cd2fe1 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -249,7 +249,8 @@ public class SeqSearchWSClient extends WS1Client
     String dbs[] = null;
     try
     {
-      dbs = new jalview.ws.jws1.SeqSearchWSClient(sh).getSupportedDatabases();
+      dbs = new jalview.ws.jws1.SeqSearchWSClient(sh)
+              .getSupportedDatabases();
     } catch (Exception e)
     {
       jalview.bin.Cache.log.warn(
@@ -268,8 +269,8 @@ public class SeqSearchWSClient extends WS1Client
         // use same input gatherer as for secondary structure prediction
         // we could actually parameterise the gatherer method here...
         AlignmentView msa = af.gatherSeqOrMsaForSecStrPrediction();
-        new jalview.ws.jws1.SeqSearchWSClient(sh, af.getTitle(), msa, null, af
-                .getViewport().getAlignment().getDataset(), af);
+        new jalview.ws.jws1.SeqSearchWSClient(sh, af.getTitle(), msa, null,
+                af.getViewport().getAlignment().getDataset(), af);
       }
     });
     // add entry for each database the service supports