Skip to content

Commit 89e3a72

Browse files
committed
refactor: enable ExecutorService configuration, add doc
1 parent 64a043e commit 89e3a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ExecutorServiceManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ExecutorService workflowExecutorService() {
7373
/**
7474
* Runs the specified I/O-bound task and waits for its completion using the ExecutorService
7575
* provided by {@link #workflowExecutorService()}
76-
*
76+
*
7777
* @param task task to run concurrently
7878
*/
7979
public static void executeAndWaitForCompletion(Runnable task) {
@@ -83,7 +83,7 @@ public static void executeAndWaitForCompletion(Runnable task) {
8383
/**
8484
* Executes the specified I/O-bound task using the specified ExecutorService and waits for its
8585
* completion for at most {@link #terminationTimeoutSeconds} seconds.
86-
*
86+
*
8787
* @param task task to run concurrently
8888
* @param executor ExecutorService used to run the task
8989
*/

0 commit comments

Comments
 (0)