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

Commit 632b6ff

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent fb2941c commit 632b6ff

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

codegenerator/model/model-data.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Properties
947947
SourceURL = 'http://schemas.taskcluster.net/auth/v1/create-client-response.json#/properties/description'
948948
Property 'disabled' =
949949
Description = 'If true, this client is disabled and cannot be used. This usually occurs when the
950-
scopes avaialble to the user owning the client no longer satisfy the client.
950+
scopes available to the user owning the client no longer satisfy the client.
951951
'
952952
Type = 'boolean'
953953
TypeName = 'Disabled'
@@ -1094,7 +1094,7 @@ Properties
10941094
SourceURL = 'http://schemas.taskcluster.net/auth/v1/get-client-response.json#/properties/description'
10951095
Property 'disabled' =
10961096
Description = 'If true, this client is disabled and cannot be used. This usually occurs when the
1097-
scopes avaialble to the user owning the client no longer satisfy the client.
1097+
scopes available to the user owning the client no longer satisfy the client.
10981098
'
10991099
Type = 'boolean'
11001100
TypeName = 'Disabled'
@@ -3514,7 +3514,7 @@ Entry 2 =
35143514
Entry Input = ''
35153515
Entry Output = 'http://schemas.taskcluster.net/hooks/v1/hook-definition.json'
35163516
Entry Title = 'Get hook definition'
3517-
Entry Description = 'This endpoint will return the hook defintion for the given `hookGroupId`
3517+
Entry Description = 'This endpoint will return the hook definition for the given `hookGroupId`
35183518
and hookId.'
35193519
Entry 3 =
35203520
Entry Type = 'function'
@@ -3909,7 +3909,7 @@ Properties
39093909
SourceURL = 'http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[0]'
39103910
Item '1' =
39113911
Additional Properties = 'false'
3912-
Description = 'Information about an unsuccesful firing of the hook'
3912+
Description = 'Information about an unsuccessful firing of the hook'
39133913
Properties
39143914
Property 'error' =
39153915
Description = 'The error that occurred when firing the task. This is typically,
@@ -4002,7 +4002,7 @@ SourceURL = 'http://schemas.taskcluster.net/hooks/v1/hook-status.js
40024002
http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]
40034003
======================================================================================
40044004
Additional Properties = 'false'
4005-
Description = 'Information about an unsuccesful firing of the hook'
4005+
Description = 'Information about an unsuccessful firing of the hook'
40064006
Properties
40074007
Property 'error' =
40084008
Description = 'The error that occurred when firing the task. This is typically,

src/main/java/org/mozilla/taskcluster/client/auth/CreateClientResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class CreateClientResponse {
5656

5757
/**
5858
* If true, this client is disabled and cannot be used. This usually occurs when the
59-
* scopes avaialble to the user owning the client no longer satisfy the client.
59+
* scopes available to the user owning the client no longer satisfy the client.
6060
*
6161
* See http://schemas.taskcluster.net/auth/v1/create-client-response.json#/properties/disabled
6262
*/

src/main/java/org/mozilla/taskcluster/client/auth/GetClientResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class GetClientResponse {
4646

4747
/**
4848
* If true, this client is disabled and cannot be used. This usually occurs when the
49-
* scopes avaialble to the user owning the client no longer satisfy the client.
49+
* scopes available to the user owning the client no longer satisfy the client.
5050
*
5151
* See http://schemas.taskcluster.net/auth/v1/get-client-response.json#/properties/disabled
5252
*/

src/main/java/org/mozilla/taskcluster/client/hooks/FailedFire.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.Date;
44

55
/**
6-
* Information about an unsuccesful firing of the hook
6+
* Information about an unsuccessful firing of the hook
77
*
88
* See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]
99
*/

src/main/java/org/mozilla/taskcluster/client/hooks/Hooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public CallSummary<EmptyPayload, HookList> listHooks(String hookGroupId) throws
7777
}
7878

7979
/**
80-
* This endpoint will return the hook defintion for the given `hookGroupId`
80+
* This endpoint will return the hook definition for the given `hookGroupId`
8181
* and hookId.
8282
*
8383
* @see "[Get hook definition API Documentation](https://docs.taskcluster.net/reference/core/hooks/api-docs#hook)"

0 commit comments

Comments
 (0)