Skip to content

Commit a00ddff

Browse files
authored
Small typo in ReplayWorkflowTaskHandler (#697)
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent ef45c34 commit a00ddff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-sdk/src/main/java/io/temporal/internal/replay/ReplayWorkflowTaskHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private Result failureToResult(PollWorkflowTaskQueueResponse workflowTask, Throw
157157
+ execution.getWorkflowId()
158158
+ ", RunId="
159159
+ execution.getRunId()
160-
+ ". If see continuously the workflow might be stuck.",
160+
+ ". If seen continuously the workflow might be stuck.",
161161
e);
162162
}
163163
Failure failure = FailureConverter.exceptionToFailure(e);

0 commit comments

Comments
 (0)