Skip to content

Commit 26dc369

Browse files
committed
JavaDoc nit fixed in MongoDatabase
1 parent 8d9681e commit 26dc369

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
@@ -98,7 +98,7 @@ public interface MongoDatabase {
9898
MongoDatabase withWriteConcern(WriteConcern writeConcern);
9999

100100
/**
101-
* Create a new MongoCollection instance with a different read concern.
101+
* Create a new MongoDatabase instance with a different read concern.
102102
*
103103
* @param readConcern the new {@link ReadConcern} for the collection
104104
* @return a new MongoDatabase instance with the different ReadConcern

0 commit comments

Comments
 (0)