File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public ExecutorService workflowExecutorService() {
73
73
/**
74
74
* Runs the specified I/O-bound task and waits for its completion using the ExecutorService
75
75
* provided by {@link #workflowExecutorService()}
76
- *
76
+ *
77
77
* @param task task to run concurrently
78
78
*/
79
79
public static void executeAndWaitForCompletion (Runnable task ) {
@@ -83,7 +83,7 @@ public static void executeAndWaitForCompletion(Runnable task) {
83
83
/**
84
84
* Executes the specified I/O-bound task using the specified ExecutorService and waits for its
85
85
* completion for at most {@link #terminationTimeoutSeconds} seconds.
86
- *
86
+ *
87
87
* @param task task to run concurrently
88
88
* @param executor ExecutorService used to run the task
89
89
*/
You can’t perform that action at this time.
0 commit comments