We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc46306 commit 8d01420Copy full SHA for 8d01420
src/main/java/org/zendesk/client/v2/model/Ticket.java
@@ -13,7 +13,7 @@
13
@JsonIgnoreProperties(ignoreUnknown = true)
14
public class Ticket extends Request implements SearchResultEntity {
15
16
- private static final long serialVersionUID = 1L;
+ private static final long serialVersionUID = -7559199410302237012L;
17
18
private String externalId;
19
private String recipient;
0 commit comments