Skip to content

Commit 4f196b9

Browse files
committed
Apply copilot suggestion
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 0f30493 commit 4f196b9

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
@@ -1423,7 +1423,7 @@ public static <T> T output(TaskContextData taskContextData, Class<T> outputClass
14231423
.orElseThrow(
14241424
() ->
14251425
new IllegalStateException(
1426-
"Workflow output is missing or cannot be deserialized into type "
1426+
"Task output is missing or cannot be deserialized into type "
14271427
+ outputClass.getName()
14281428
+ " when calling FuncDSL.output(TaskContextData, Class<T>)."));
14291429
}

0 commit comments

Comments
 (0)