Skip to content

Commit 65dbd6c

Browse files
Update msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/Authority.java
Co-authored-by: Neha Bhargava <[email protected]>
1 parent b80c4ab commit 65dbd6c

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)