Skip to content

Commit e92113d

Browse files
committed
OK
1 parent 46f12d3 commit e92113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/com/datastax/astra/client/collection/EstimateCountDocuments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void main(String[] args) {
2121
// Count with no filter
2222
long estimatedCount = collection.estimatedDocumentCount();
2323

24-
// Count with options (add a logger
24+
// Count with options (adding a logger)
2525
EstimatedCountDocumentsOptions options = new EstimatedCountDocumentsOptions()
2626
.registerObserver("logger", new LoggingCommandObserver(DataAPIClient.class));
2727
long estimateCount2 = collection.estimatedDocumentCount(options);

0 commit comments

Comments
 (0)