Javadoc fixes
[jabaws.git] / engine / compbio / engine / local / AsyncLocalRunner.java
index cfc2916..d269aad 100644 (file)
@@ -47,10 +47,9 @@ public final class AsyncLocalRunner implements AsyncExecutor {
                                .getTask(jobId);\r
                // The job has already finished or cancelled.\r
                if (future == null) {\r
-                       log\r
-                                       .debug("Did not find future for local job "\r
-                                                       + jobId\r
-                                                       + " will not cancel it. Perhaps it has finished or cancelled already.");\r
+                       log.debug("Did not find future for local job "\r
+                                       + jobId\r
+                                       + " will not cancel it. Perhaps it has finished or cancelled already.");\r
                        return false;\r
                }\r
                LocalEngineUtil.cancelJob(future, getWorkDirectory(jobId));\r
@@ -88,7 +87,7 @@ public final class AsyncLocalRunner implements AsyncExecutor {
        /**\r
         * \r
         * @param jobId\r
-        * @return\r
+        * @return true if all files were removed, false otherwise\r
         */\r
        @Override\r
        public boolean cleanup(String jobId) {\r