Skip to content

Commit

Permalink
fix: PR's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Jan 30, 2024
1 parent 4e580f1 commit 80dbefc
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ public OptionalValue<String> getCustom() {

@Override
public String toString() {
return "";
return "CalloutRequestParameters{"
+ "destination="
+ destination
+ ", cli="
+ cli
+ ", dtfm="
+ dtfm
+ ", custom="
+ custom
+ '}';
}

public static Builder<?> builder() {
Expand Down

0 comments on commit 80dbefc

Please sign in to comment.