Skip to content

Commit 9f01d3d

Browse files
committed
fixing typo
1 parent 6f73a45 commit 9f01d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/messagebird/objects/ErrorReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public String toString() {
3030
if (message != null) {
3131
str = str.concat(", message='" + message + "'");
3232
} else {
33-
str = str.concat(", description=''" + description + "'");
33+
str = str.concat(", description='" + description + "'");
3434
str = str.concat(", parameter='" + parameter + "'");
3535
}
3636
str = str.concat("}");

0 commit comments

Comments
 (0)