Skip to content

Commit dcf0369

Browse files
committed
Merge remote-tracking branch 'origin/avdunn/improve-credentials' into avdunn/improve-credentials
2 parents a36c921 + 65dbd6c commit dcf0369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/Authority.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static void validateAuthority(URL authorityUrl) {
133133

134134
/**
135135
* Creates a new Authority instance with a different tenant.
136-
* This is useful when overriding the tenant for a specific request.
136+
* This is useful when overriding the tenant at request level.
137137
*
138138
* @param originalAuthority The original authority to base the new one on
139139
* @param newTenant The new tenant to use in the authority URL

0 commit comments

Comments
 (0)