JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / AWSThread.java
index e557614..fe28d6c 100644 (file)
@@ -133,8 +133,8 @@ public abstract class AWSThread extends Thread
           {
             // Deal with Transaction exceptions
             wsInfo.appendProgressText(jobs[j].jobnum, MessageManager
-                    .formatMessage("info.server_exception", new Object[]
-                    { WebServiceName, ex.getMessage() }));
+                    .formatMessage("info.server_exception", new Object[] {
+                        WebServiceName, ex.getMessage() }));
             // always output the exception's stack trace to the log
             Cache.log.warn(WebServiceName + " job(" + jobs[j].jobnum
                     + ") Server exception.");
@@ -199,7 +199,8 @@ public abstract class AWSThread extends Thread
       Cache.log
               .debug("WebServiceJob poll loop finished with no jobs created.");
       wsInfo.setStatus(WebserviceInfo.STATE_STOPPED_ERROR);
-      wsInfo.appendProgressText(MessageManager.getString("info.no_jobs_ran"));
+      wsInfo.appendProgressText(MessageManager
+              .getString("info.no_jobs_ran"));
       wsInfo.setFinishedNoResults();
     }
   }