Skip to content

Commit 68837c4

Browse files
mcruzdevCopilot
andauthored
Update experimental/fluent/func/src/main/java/io/serverlessworkflow/fluent/func/dsl/FuncDSL.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c95f476 commit 68837c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • experimental/fluent/func/src/main/java/io/serverlessworkflow/fluent/func/dsl

experimental/fluent/func/src/main/java/io/serverlessworkflow/fluent/func/dsl/FuncDSL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public static FuncPredicateEventConfigurer event(String type) {
295295
* .inputFrom(enrich((lastState, rootInputModel) -> {
296296
* Long rootInput = rootInputModel.as(Long.class).orElse(0L);
297297
* return lastState + rootInput;
298-
* }, Long.class)
298+
* }, Long.class))
299299
* }</pre>
300300
*
301301
* @param fn the enrichment function that receives typed lastState and WorkflowModel rootInput

0 commit comments

Comments
 (0)