X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2FJobStateSummary.java;h=62f172d749a8a2092252341f172b676e5e410ef0;hb=ad5a897996c1c6305ecf9e677a2b6026f988dfe2;hp=9d9d61a59d8011a446403a358c5523f1081f41e0;hpb=153dd62dc91da13ae732600e6ea55ddbe15eab39;p=jalview.git diff --git a/src/jalview/ws/JobStateSummary.java b/src/jalview/ws/JobStateSummary.java index 9d9d61a..62f172d 100644 --- a/src/jalview/ws/JobStateSummary.java +++ b/src/jalview/ws/JobStateSummary.java @@ -109,9 +109,7 @@ public class JobStateSummary { serror++; j.subjobComplete = true; - wsInfo - .setStatus(j.jobnum, - WebserviceInfo.STATE_STOPPED_SERVERERROR); + wsInfo.setStatus(j.jobnum, WebserviceInfo.STATE_STOPPED_SERVERERROR); } else if (j.isBroken()) { @@ -125,7 +123,8 @@ public class JobStateSummary wsInfo.appendProgressText(j.jobnum, progheader); if (j.hasStatus()) { - // Could try to squash OOMs here, but it usually doesn't help - there probably won't be + // Could try to squash OOMs here, but it usually doesn't help - there + // probably won't be // enough memory to handle the results later on anyway. // try { wsInfo.appendProgressText(j.jobnum, j.getStatus());