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 87113ea commit 0d6d0d9Copy full SHA for 0d6d0d9
driver-async/src/main/com/mongodb/async/client/MongoDatabase.java
@@ -101,7 +101,7 @@ public interface MongoDatabase {
101
* Create a new MongoCollection instance with a different read concern.
102
*
103
* @param readConcern the new {@link ReadConcern} for the collection
104
- * @return a new MongoCollection instance with the different ReadConcern
+ * @return a new MongoDatabase instance with the different ReadConcern
105
* @since 3.2
106
* @mongodb.server.release 3.2
107
*/
0 commit comments