Skip to content

Commit

Permalink
Removed the constructor that has never been used and tested.
Browse files Browse the repository at this point in the history
Signed-off-by: Junwei Dai <[email protected]>
  • Loading branch information
Junwei Dai committed Nov 8, 2024
1 parent 3beb8bb commit f5f777d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ public WorkflowRequest(@Nullable String workflowId, @Nullable Template template,
this(workflowId, template, new String[] { "all" }, true, params, false);
}

/**
* Instantiates a new WorkflowRequest, set validation to all, sets reprovision flag
* @param workflowId the documentId of the workflow
* @param template the updated template
* @param reprovision the reprovision flag
*/
public WorkflowRequest(String workflowId, Template template, boolean reprovision) {
this(workflowId, template, new String[] { "all" }, false, Collections.emptyMap(), reprovision);
}

/**
* Instantiates a new WorkflowRequest
* @param workflowId the documentId of the workflow
Expand Down

0 comments on commit f5f777d

Please sign in to comment.