Merge branch '3.0.x'

Closes gh-35690
This commit is contained in:
Scott Frederick 2023-05-31 17:12:19 -05:00
commit f29a0d8c29
1 changed files with 2 additions and 2 deletions

View File

@ -69,12 +69,12 @@ public class MongoProperties {
private List<String> additionalHosts;
/**
* Mongo database URI. Overrides host, port, username, password, and database.
* Mongo database URI. Overrides host, port, username, and password.
*/
private String uri;
/**
* Database name.
* Database name. Overrides database in URI.
*/
private String database;