Skip to content

Commit 0d6d0d9

Browse files
committed
JavaDoc correction in MongoDatabase
1 parent 87113ea commit 0d6d0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-async/src/main/com/mongodb/async/client/MongoDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public interface MongoDatabase {
101101
* Create a new MongoCollection instance with a different read concern.
102102
*
103103
* @param readConcern the new {@link ReadConcern} for the collection
104-
* @return a new MongoCollection instance with the different ReadConcern
104+
* @return a new MongoDatabase instance with the different ReadConcern
105105
* @since 3.2
106106
* @mongodb.server.release 3.2
107107
*/

0 commit comments

Comments
 (0)