JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / ws / AWSThread.java
index b64a526..6746d1a 100644 (file)
@@ -127,9 +127,8 @@ public abstract class AWSThread extends Thread
               throw (new Exception(
                       "Timed out when communicating with server\nTry again later.\n"));
             }
-            Console.debug("Job " + j + " Result state "
-                    + jobs[j].getState() + "(ServerError="
-                    + jobs[j].isServerError() + ")");
+            Console.debug("Job " + j + " Result state " + jobs[j].getState()
+                    + "(ServerError=" + jobs[j].isServerError() + ")");
           } catch (Exception ex)
           {
             // Deal with Transaction exceptions
@@ -167,8 +166,8 @@ public abstract class AWSThread extends Thread
             jobs[j].clearResponse(); // may contain out of date result data
             wsInfo.setStatus(jobs[j].jobnum,
                     WebserviceInfo.STATE_STOPPED_ERROR);
-            Console.error("Out of memory when retrieving Job " + j
-                    + " id:" + WsUrl + "/" + jobs[j].jobId, er);
+            Console.error("Out of memory when retrieving Job " + j + " id:"
+                    + WsUrl + "/" + jobs[j].jobId, er);
             new jalview.gui.OOMWarning(
                     "retrieving result for " + WebServiceName, er);
             System.gc();
@@ -185,8 +184,7 @@ public abstract class AWSThread extends Thread
           Thread.sleep(5000);
         } catch (InterruptedException e)
         {
-          Console.debug("Interrupted sleep waiting for next job poll.",
-                  e);
+          Console.debug("Interrupted sleep waiting for next job poll.", e);
         }
         // System.out.println("I'm alive "+alTitle);
       }