Skip to content

Commit cc6d835

Browse files
committed
fix formatting
1 parent 1f20255 commit cc6d835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ 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
226-
* collisions. If the safe_update parameter is set to true and Zendesk detects that a ticket has
227-
* been updated since the time specified in update_stamp then it will return an HTTP CONFLICT
228-
* status to let the caller know that the ticket was not successfully updated.
225+
* The safe_update & update_stamp parameters are used by the Zendesk API to protect against
226+
* update collisions. If the safe_update parameter is set to true and Zendesk detects that a
227+
* ticket has been updated since the time specified in update_stamp then it will return an HTTP
228+
* CONFLICT status to let the caller know that the ticket was not successfully updated.
229229
*
230230
* <p>These properties are annotated with JsonInclude(Include.NON_DEFAULT) so that they will only
231231
* be serialized to JSON if safeUpdate is set to TRUE.

0 commit comments

Comments
 (0)