Skip to content

Commit 1f20255

Browse files
authored
Update src/main/java/org/zendesk/client/v2/model/Ticket.java
1 parent 20594f0 commit 1f20255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public void setIsPublic(Boolean isPublic) {
222222
}
223223

224224
/**
225-
* The safe_update & update_stamp parameters are used by the Zendesk API to protect against update
225+
* The safe_update & update_stamp parameters are used by the Zendesk API to protect against update
226226
* collisions. If the safe_update parameter is set to true and Zendesk detects that a ticket has
227227
* been updated since the time specified in update_stamp then it will return an HTTP CONFLICT
228228
* status to let the caller know that the ticket was not successfully updated.

0 commit comments

Comments
 (0)