diff --git a/src/main/java/conseq4j/execute/ConseqExecutor.java b/src/main/java/conseq4j/execute/ConseqExecutor.java index de297c0..e589c28 100644 --- a/src/main/java/conseq4j/execute/ConseqExecutor.java +++ b/src/main/java/conseq4j/execute/ConseqExecutor.java @@ -157,9 +157,7 @@ private static T call(Callable task) { return (ProtectiveFuture) copy; } - /** - * Orderly shutdown, and awaits thread pool termination. - */ + /** Orderly shutdown, and awaits thread pool termination. */ @Override public void close() { workerExecutorService.close();