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 364d9e8 commit 4dc7de3Copy full SHA for 4dc7de3
core/src/main/java/com/datastax/oss/driver/internal/core/channel/StreamIdGenerator.java
@@ -34,7 +34,7 @@ class StreamIdGenerator {
34
private final int maxAvailableIds;
35
// unset = available, set = borrowed (note that this is the opposite of the 3.x implementation)
36
private final BitSet ids;
37
- private AtomicInteger availableIds;
+ private final AtomicInteger availableIds;
38
39
StreamIdGenerator(int maxAvailableIds) {
40
this.maxAvailableIds = maxAvailableIds;
0 commit comments