Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/brenoepics/at4j
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jan 31, 2024
2 parents dcb71e6 + 17d2b7c commit 7ab29b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public int getTimeTillSpaceGetsAvailable() {

/**
* Gets the remaining RateLimit
*
* @return int the remaining RateLimit
*/
public int getRateLimitRemaining() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ RateLimitBucket<T> getMatchingBucket(RestRequest<T> request) {
* @param responseTimestamp The timestamp directly after the response finished.
*/
void handleResponse(
RestRequest<T> request,
RestRequestResult<T> result,
RateLimitBucket<T> bucket,
long responseTimestamp) {
RestRequest<T> request,
RestRequestResult<T> result,
RateLimitBucket<T> bucket,
long responseTimestamp) {
try {
HttpResponse<String> response = result.getResponse();

Expand Down

0 comments on commit 7ab29b2

Please sign in to comment.