Skip to content

Commit 56582e9

Browse files
authored
Update Javadoc of MongoCredential::getSource (#1077)
1 parent 7eac454 commit 56582e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/MongoCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public String getUserName() {
455455
/**
456456
* Gets the source of the user name, typically the name of the database where the user is defined.
457457
*
458-
* @return the user name. Can never be null.
458+
* @return the source of the user name. Can never be null.
459459
*/
460460
public String getSource() {
461461
return source;

0 commit comments

Comments
 (0)