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 16, 2024
2 parents 0687ffa + 6d25c38 commit 06f02e8
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 435 deletions.
10 changes: 0 additions & 10 deletions .deepsource.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
package com.github.brenoepics.at4j.core.ratelimit;

import com.github.brenoepics.at4j.AzureApi;
import com.github.brenoepics.at4j.core.AzureApiImpl;
import com.github.brenoepics.at4j.util.rest.RestEndpoint;
import com.github.brenoepics.at4j.util.rest.RestRequest;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;

/**
Expand Down Expand Up @@ -33,7 +29,6 @@ public RateLimitBucket(RestEndpoint endpoint, String majorUrlParameter) {
this.majorUrlParameter = majorUrlParameter;
}


/**
* Adds the given request to the bucket's queue.
*
Expand Down
Loading

0 comments on commit 06f02e8

Please sign in to comment.