Skip to content

Commit cfccfbd

Browse files
committed
Fix typo in DefaultWorkReport#toString
1 parent 67999df commit cfccfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jeasy/flows/work/DefaultWorkReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public WorkContext getWorkContext() {
7272
public String toString() {
7373
return "DefaultWorkReport {" +
7474
"status=" + status +
75-
"context=" + workContext +
75+
", context=" + workContext +
7676
", error=" + (error == null ? "''" : error) +
7777
'}';
7878
}

0 commit comments

Comments
 (0)