Skip to content

Commit

Permalink
Correct precedence in description of MongoDB properties
Browse files Browse the repository at this point in the history
Closes gh-35686
  • Loading branch information
scottfrederick committed May 31, 2023
1 parent 812a48e commit c847db7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ public class MongoProperties {
private Integer port = null;

/**
* 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;

Expand Down

0 comments on commit c847db7

Please sign in to comment.