Skip to content

Commit b481664

Browse files
dssysolyatinadutra
andauthored
Update core/src/test/java/com/datastax/dse/driver/internal/core/cql/reactive/TestSubscriber.java
Co-authored-by: Alexandre Dutra <[email protected]>
1 parent 24a3aac commit b481664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/com/datastax/dse/driver/internal/core/cql/reactive/TestSubscriber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TestSubscriber<T> implements Subscriber<T> {
3131

3232
private final List<T> elements = new ArrayList<>();
3333
private final CountDownLatch latch = new CountDownLatch(1);
34-
private long demand;
34+
private final long demand;
3535
private boolean isCompleted;
3636
private Subscription subscription;
3737
private Throwable error;

0 commit comments

Comments
 (0)