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

Commit 135d4f6

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent 1bc2abf commit 135d4f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codegenerator/model/model-data.txt

Lines changed: 2 additions & 2 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'

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
*/

0 commit comments

Comments
 (0)