We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97c7cc commit 30d1a4cCopy full SHA for 30d1a4c
client/src/main/java/io/split/client/ApiKeyCounter.java
@@ -11,7 +11,6 @@ public class ApiKeyCounter {
11
private static final Logger _log = LoggerFactory.getLogger(ApiKeyCounter.class);
12
private static final Multiset<String> USED_API_KEYS = ConcurrentHashMultiset.create();
13
14
-
15
private ApiKeyCounter() {}
16
17
public static ApiKeyCounter getApiKeyCounterInstance() {
0 commit comments