Skip to content

Commit

Permalink
missing space in toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Oct 29, 2024
1 parent e5d4c25 commit d318cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qrest/src/main/java/org/jpos/qrest/Response.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String contentType() {
public String toString() {
return "Response{" +
"status=" + status +
"contentType="+ contentType +
", contentType="+ contentType +
", body=" + body +
'}';
}
Expand Down

0 comments on commit d318cd0

Please sign in to comment.