Skip to content

Commit

Permalink
update Javadoc comments getMongoRetryWrites()
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Aug 27, 2024
1 parent 258749f commit 7ab4105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/us/kbase/groups/config/GroupsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ public String getMongoDatabase() {
return mongoDB;
}

/** Get the retryWrites.
* @return the retryWrites.
/** Get whether the MongoDB retryWrites parameter should be set.
* @return True to set the retryWrites parameter when connecting to MongoDB, false otherwise.
*/
public boolean getMongoRetryWrites() {
return mongoRetryWrites;
Expand Down

0 comments on commit 7ab4105

Please sign in to comment.