Skip to content

Commit 9ec287a

Browse files
committed
Add via to the toString method
1 parent 0129abb commit 9ec287a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/zendesk/client/v2/model/Comment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public String toString() {
131131
", attachments=" + attachments +
132132
", createdAt=" + createdAt +
133133
", uploads=" + uploads +
134+
", via=" + via +
134135
'}';
135136
}
136-
}
137+
}

0 commit comments

Comments
 (0)