JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / ws / jws2 / JabaWsServerQuery.java
index e4d0669..84aa1a6 100644 (file)
@@ -132,13 +132,15 @@ public class JabaWsServerQuery implements Runnable
             svccategories = registry.getServiceCategories();
 
             // dan test
-            // jalview.bin.Console.outPrintln("registry.getServiceCategories: " +
+            // jalview.bin.Console.outPrintln("registry.getServiceCategories: "
+            // +
             // svccategories.toString());
 
           }
         } catch (Exception ex)
         {
-          jalview.bin.Console.errPrintln("Exception whilst trying to get at registry:");
+          jalview.bin.Console.errPrintln(
+                  "Exception whilst trying to get at registry:");
           ex.printStackTrace();
           // if that failed, then we are probably working with a JABAWS1 server.
           // in that case, look for each service endpoint
@@ -169,8 +171,9 @@ public class JabaWsServerQuery implements Runnable
               service = Jws2Client.connect(jwsserver, srv);
             } catch (Exception e)
             {
-              jalview.bin.Console.errPrintln("Jws2 Discoverer: Problem on " + jwsserver
-                      + " with service " + srv + ":\n" + e.getMessage());
+              jalview.bin.Console.errPrintln("Jws2 Discoverer: Problem on "
+                      + jwsserver + " with service " + srv + ":\n"
+                      + e.getMessage());
               if (!(e instanceof javax.xml.ws.WebServiceException))
               {
                 e.printStackTrace();
@@ -249,8 +252,8 @@ public class JabaWsServerQuery implements Runnable
         result = false;
       } catch (IOException e)
       {
-        jalview.bin.Console.errPrintln("Error connecting to server: " + server + ": "
-                + e.toString());
+        jalview.bin.Console.errPrintln("Error connecting to server: "
+                + server + ": " + e.toString());
         result = false;
       }
     }