Skip to content

Commit a86f0cf

Browse files
AtR1anCopilot
authored andcommitted
AP-25344: Fix typo in init_combined_tools_workflow javadoc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2b92855 commit a86f0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.knime.python3.nodes/src/main/java/org/knime/python3/nodes/proxy/PythonToolContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public record CombinedToolsWorkflowInfo(String projectId, String workflowId, Lis
9999
* Initializes the combined-tools workflow for the given inputs.
100100
*
101101
* @param inputs the source inputs of the combined-tools workflow
102-
* @param execMode DEFAUTL, DETACHED or DEBUG
102+
* @param execMode DEFAULT, DETACHED or DEBUG
103103
* @param removeFailedTools whether to remove failed tools from the combined workflow
104104
* @return info about the initialized combined-tools workflow
105105
*/

0 commit comments

Comments
 (0)