Skip to content

Commit

Permalink
toString
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Oct 22, 2024
1 parent e762f09 commit 68642d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("UpdateWithStartWorkflowOperation{options=").append(options);
if (updateRequest != null) {
sb.append(", request=").append(updateRequest);
sb.append(", updateRequest=").append(updateRequest);
}
if (updateArgs != null) {
sb.append(", updateArgs=").append(Arrays.toString(updateArgs));
Expand Down

0 comments on commit 68642d3

Please sign in to comment.