Skip to content

Commit 4d29987

Browse files
author
Artur Ciocanu
committed
Tiny typo fix
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 88499a4 commit 4d29987

File tree

1 file changed

+1
-1
lines changed
  • sdk-workflows/src/main/java/io/dapr/workflows/saga

1 file changed

+1
-1
lines changed

sdk-workflows/src/main/java/io/dapr/workflows/saga/Saga.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private void compensateSequentially(WorkflowContext ctx) {
104104
} catch (Exception e) {
105105
if (sagaException == null) {
106106
sagaException = new SagaCompensationException(
107-
"Exception in saga compensatation: activity=" + activityClassName, e);
107+
"Exception in saga compensation: activity=" + activityClassName, e);
108108
} else {
109109
sagaException.addSuppressed(e);
110110
}

0 commit comments

Comments
 (0)