Skip to content

misc: remove the duplicate header comments #716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AuthTokenPromotionUpdater extends Updater<AuthTokenPromotion>{

public AuthTokenPromotionUpdater(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class SecondaryAuthTokenCreator extends Creator<SecondaryAuthToken>{

public SecondaryAuthTokenCreator() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class SecondaryAuthTokenDeleter extends Deleter<SecondaryAuthToken> {

public SecondaryAuthTokenDeleter(){
Expand Down Expand Up @@ -69,4 +56,3 @@ public boolean delete(final TwilioRestClient client) {
return response.getStatusCode() == 204;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AwsCreator extends Creator<Aws>{
private String credentials;
private String friendlyName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AwsDeleter extends Deleter<Aws> {
private String sid;

Expand Down Expand Up @@ -72,4 +59,3 @@ public boolean delete(final TwilioRestClient client) {
return response.getStatusCode() == 204;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AwsFetcher extends Fetcher<Aws> {
private String sid;

Expand Down Expand Up @@ -74,4 +61,3 @@ public Aws fetch(final TwilioRestClient client) {
return Aws.fromJson(response.getStream(), client.getObjectMapper());
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@





/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AwsReader extends Reader<Aws> {
private Integer pageSize;

Expand Down Expand Up @@ -127,4 +113,3 @@ private void addQueryParams(final Request request) {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AwsUpdater extends Updater<Aws>{
private String sid;
private String friendlyName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class PublicKeyCreator extends Creator<PublicKey>{
private String publicKey;
private String friendlyName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class PublicKeyDeleter extends Deleter<PublicKey> {
private String sid;

Expand Down Expand Up @@ -72,4 +59,3 @@ public boolean delete(final TwilioRestClient client) {
return response.getStatusCode() == 204;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class PublicKeyFetcher extends Fetcher<PublicKey> {
private String sid;

Expand Down Expand Up @@ -74,4 +61,3 @@ public PublicKey fetch(final TwilioRestClient client) {
return PublicKey.fromJson(response.getStream(), client.getObjectMapper());
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@





/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class PublicKeyReader extends Reader<PublicKey> {
private Integer pageSize;

Expand Down Expand Up @@ -127,4 +113,3 @@ private void addQueryParams(final Request request) {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Accounts
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class PublicKeyUpdater extends Updater<PublicKey>{
private String sid;
private String friendlyName;
Expand Down
13 changes: 0 additions & 13 deletions src/main/java/com/twilio/rest/api/v2010/AccountCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Api
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AccountCreator extends Creator<Account>{
private String friendlyName;

Expand Down
14 changes: 0 additions & 14 deletions src/main/java/com/twilio/rest/api/v2010/AccountFetcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Api
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AccountFetcher extends Fetcher<Account> {
private String sid;

Expand Down Expand Up @@ -77,4 +64,3 @@ public Account fetch(final TwilioRestClient client) {
return Account.fromJson(response.getStream(), client.getObjectMapper());
}
}

15 changes: 0 additions & 15 deletions src/main/java/com/twilio/rest/api/v2010/AccountReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@





/*
* Twilio - Api
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AccountReader extends Reader<Account> {
private String friendlyName;
private Account.Status status;
Expand Down Expand Up @@ -145,4 +131,3 @@ private void addQueryParams(final Request request) {
}
}
}

13 changes: 0 additions & 13 deletions src/main/java/com/twilio/rest/api/v2010/AccountUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@




/*
* Twilio - Api
*
* This is the public Twilio REST API.
*
* API version: 1.36.0
* Contact: [email protected]
*/

// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.


public class AccountUpdater extends Updater<Account>{
private String sid;
private String friendlyName;
Expand Down
Loading