Skip to content

Commit 284d4bc

Browse files
authored
Rename CallFunctionExecutor to CallFunctionExecutorBuilder (#1042)
Signed-off-by: fjtirado <[email protected]>
1 parent be0e82a commit 284d4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impl/core/src/main/java/io/serverlessworkflow/impl/executors/CallFunctionExecutor.java renamed to impl/core/src/main/java/io/serverlessworkflow/impl/executors/CallFunctionExecutorBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.Map;
3434
import java.util.Optional;
3535

36-
public class CallFunctionExecutor implements CallableTaskBuilder<CallFunction> {
36+
public class CallFunctionExecutorBuilder implements CallableTaskBuilder<CallFunction> {
3737

3838
private TaskExecutorBuilder<? extends TaskBase> executorBuilder;
3939
private WorkflowValueResolver<Map<String, Object>> args;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
io.serverlessworkflow.impl.executors.CallFunctionExecutor
1+
io.serverlessworkflow.impl.executors.CallFunctionExecutorBuilder

0 commit comments

Comments
 (0)