Skip to content

Commit 7b41d7d

Browse files
committed
Refactor for clarity and better code practices
1 parent 5c23462 commit 7b41d7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ abstract class Authority {
3535

3636
String authorizationEndpoint;
3737
String tokenEndpoint;
38-
39-
private final static String ADFS_AUTHORITY_FORMAT = "https://%s/%s/";
40-
38+
4139
String deviceCodeEndpoint;
4240

4341
URL tokenEndpointUrl() throws MalformedURLException {

0 commit comments

Comments
 (0)