Skip to content

Commit c12fa5e

Browse files
committed
Apply spotless
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 8a4d0d1 commit c12fa5e

1 file changed

Lines changed: 2 additions & 2 deletions

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,8 +1355,8 @@ public static <T> T input(WorkflowContextData context, Class<T> inputClass) {
13551355
*
13561356
* <p>This utility method provides type-safe access to a task's input.
13571357
*
1358-
* <p>Use this method when you have access to the {@link TaskContextData} and need to retrieve
1359-
* the input provided to that task.
1358+
* <p>Use this method when you have access to the {@link TaskContextData} and need to retrieve the
1359+
* input provided to that task.
13601360
*
13611361
* <p><b>Usage Example:</b>
13621362
*

0 commit comments

Comments
 (0)