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 e3cab42 commit 2a67774Copy full SHA for 2a67774
driver-core/src/main/com/mongodb/internal/operation/QueryBatchCursor.java
@@ -86,7 +86,7 @@ class QueryBatchCursor<T> implements AggregateResponseBatchCursor<T> {
86
private final Decoder<T> decoder;
87
private final long maxTimeMS;
88
private int batchSize;
89
- private BsonValue comment;
+ private final BsonValue comment;
90
private List<T> nextBatch;
91
private int count;
92
private BsonDocument postBatchResumeToken;
0 commit comments