X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=engine%2Fcompbio%2Fengine%2Flocal%2FAsyncLocalRunner.java;h=d269aad309a7a4d28fdbb80ec13f179e2cc818b8;hb=ba2d4e920e433bd080f448248e7dacade69a27a0;hp=cfc29167136ad6cc9ca5dd657bbc57326cb127ea;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/engine/compbio/engine/local/AsyncLocalRunner.java b/engine/compbio/engine/local/AsyncLocalRunner.java index cfc2916..d269aad 100644 --- a/engine/compbio/engine/local/AsyncLocalRunner.java +++ b/engine/compbio/engine/local/AsyncLocalRunner.java @@ -47,10 +47,9 @@ public final class AsyncLocalRunner implements AsyncExecutor { .getTask(jobId); // The job has already finished or cancelled. if (future == null) { - log - .debug("Did not find future for local job " - + jobId - + " will not cancel it. Perhaps it has finished or cancelled already."); + log.debug("Did not find future for local job " + + jobId + + " will not cancel it. Perhaps it has finished or cancelled already."); return false; } LocalEngineUtil.cancelJob(future, getWorkDirectory(jobId)); @@ -88,7 +87,7 @@ public final class AsyncLocalRunner implements AsyncExecutor { /** * * @param jobId - * @return + * @return true if all files were removed, false otherwise */ @Override public boolean cleanup(String jobId) {