Skip to content

Commit

Permalink
[INLONG-9995][Manager] Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Apr 16, 2024
1 parent 7daa4e7 commit c0b301f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public WorkflowResult startProcess(InlongGroupRequest groupInfo) {
return responseBody.getData();
}

public WorkflowResult BatchStartProcess(List<InlongGroupRequest> groupRequestList) {
public WorkflowResult batchStartProcess(List<InlongGroupRequest> groupRequestList) {
List<String> groupIdList = groupRequestList.stream().map(InlongGroupRequest::getInlongGroupId).collect(
Collectors.toList());
Response<WorkflowResult> responseBody = ClientUtils.executeHttpCall(
Expand Down

0 comments on commit c0b301f

Please sign in to comment.