X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2FJobStateSummary.java;h=f87b6f17ab43840d6d2d9db02239f6cf00c9482f;hb=9bfda76754fb426a471e1c12c9f0ca0c4c1784bc;hp=4d3db586d49748151bb1a5dbe85074c940f6ea87;hpb=ad15cff29620f960119f80176f1fd443da9f6763;p=jalview.git diff --git a/src/jalview/ws/JobStateSummary.java b/src/jalview/ws/JobStateSummary.java index 4d3db58..f87b6f1 100644 --- a/src/jalview/ws/JobStateSummary.java +++ b/src/jalview/ws/JobStateSummary.java @@ -119,7 +119,8 @@ 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()) { @@ -152,7 +153,9 @@ public class JobStateSummary } // } catch (OutOfMemoryError e) // { - // System.err.println("Out of memory when displaying status. Squashing error."); + // jalview.bin.Console.errPrintln("Out of memory when displaying status. + // Squashing + // error."); // wsInfo.appendProgressText(j.jobnum, // "..\n(Out of memory when displaying status)\n"); // }