Skip to content

Commit

Permalink
#30669 fix toString
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinogiardino committed Nov 22, 2024
1 parent c59048a commit b4da6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ContentImportForm getForm() throws JsonProcessingException {
@Override
public String toString() {
return "ContentImportParams{" +
"form=" + form +
"form=" + getJsonForm() +
", hasFile=" + (fileInputStream != null) +
", fileName=" + (contentDisposition != null ? contentDisposition.getFileName() : "null") +
'}';
Expand Down

0 comments on commit b4da6c6

Please sign in to comment.