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 8d9681e commit 26dc369Copy full SHA for 26dc369
driver-async/src/main/com/mongodb/async/client/MongoDatabase.java
@@ -98,7 +98,7 @@ public interface MongoDatabase {
98
MongoDatabase withWriteConcern(WriteConcern writeConcern);
99
100
/**
101
- * Create a new MongoCollection instance with a different read concern.
+ * Create a new MongoDatabase instance with a different read concern.
102
*
103
* @param readConcern the new {@link ReadConcern} for the collection
104
* @return a new MongoDatabase instance with the different ReadConcern
0 commit comments