Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 6, 2024
1 parent cc946e3 commit 4acbd69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public int getMaxAttemptsForRetry() {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
Expand Down

0 comments on commit 4acbd69

Please sign in to comment.