Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 4101ad6

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent af21e37 commit 4101ad6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

codegenerator/model/model-data.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6490,7 +6490,7 @@ failed instead of exception. You should `reportException` if,
64906490
* Declared actions cannot be executed due to unavailable resources,
64916491
* The worker had to shutdown prematurely,
64926492
* The worker experienced an unknown error, or,
6493-
* The task explicitely requested a retry.
6493+
* The task explicitly requested a retry.
64946494

64956495
Do not use this to signal that some user-specified code crashed for any
64966496
reason specific to this code. If user-specific code hits a resource that
@@ -7446,7 +7446,7 @@ Properties
74467446
[REST API](http://msdn.microsoft.com/en-us/library/azure/dd179474.aspx)
74477447
for details.
74487448
When you have a message you can use `claimTask` to claim the task.
7449-
You will need to parse the XML reponse and base64 decode and
7449+
You will need to parse the XML response and base64 decode and
74507450
JSON parse the `MessageText`.
74517451
After you have called `claimTask` you **must** us the
74527452
`signedDeleteUrl` to delete the message.
@@ -8287,7 +8287,7 @@ Properties
82878287
convention in this case to create an artifact entitled
82888288
`public/superseded-by` containing the taskId of the task that superseded
82898289
this one.
8290-
**Report `intermittent-task`** if the task explicitely requested a retry
8290+
**Report `intermittent-task`** if the task explicitly requested a retry
82918291
because task is intermittent. Workers can choose whether or not to
82928292
support this, but workers shouldn't blindly report this for every task
82938293
that fails.

src/main/java/org/mozilla/taskcluster/client/queue/PollTaskUrlsResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class SignedURLsForAQueue {
4444
* [REST API](http://msdn.microsoft.com/en-us/library/azure/dd179474.aspx)
4545
* for details.
4646
* When you have a message you can use `claimTask` to claim the task.
47-
* You will need to parse the XML reponse and base64 decode and
47+
* You will need to parse the XML response and base64 decode and
4848
* JSON parse the `MessageText`.
4949
* After you have called `claimTask` you **must** us the
5050
* `signedDeleteUrl` to delete the message.

src/main/java/org/mozilla/taskcluster/client/queue/Queue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public CallSummary<EmptyPayload, TaskStatusResponse> reportFailed(String taskId,
350350
* * Declared actions cannot be executed due to unavailable resources,
351351
* * The worker had to shutdown prematurely,
352352
* * The worker experienced an unknown error, or,
353-
* * The task explicitely requested a retry.
353+
* * The task explicitly requested a retry.
354354
*
355355
* Do not use this to signal that some user-specified code crashed for any
356356
* reason specific to this code. If user-specific code hits a resource that

src/main/java/org/mozilla/taskcluster/client/queue/TaskExceptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class TaskExceptionRequest {
3939
* convention in this case to create an artifact entitled
4040
* `public/superseded-by` containing the taskId of the task that superseded
4141
* this one.
42-
* **Report `intermittent-task`** if the task explicitely requested a retry
42+
* **Report `intermittent-task`** if the task explicitly requested a retry
4343
* because task is intermittent. Workers can choose whether or not to
4444
* support this, but workers shouldn't blindly report this for every task
4545
* that fails.

0 commit comments

Comments
 (0)