Skip to content

Commit 97e604f

Browse files
Deleting 'volatile'
1 parent df28d84 commit 97e604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/client/ApiKeyCounter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class ApiKeyCounter {
1010

1111
private static final Logger _log = LoggerFactory.getLogger(ApiKeyCounter.class);
12-
private static volatile ApiKeyCounter _apiKeyCounter;
12+
private static ApiKeyCounter _apiKeyCounter;
1313
private static final Multiset<String> USED_API_KEYS = ConcurrentHashMultiset.create();
1414

1515

0 commit comments

Comments
 (0)