Skip to content

Commit 8ce31ca

Browse files
committed
Fix imports
1 parent 1e1cca4 commit 8ce31ca

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/ManagedIdentityParameters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package com.microsoft.aad.msal4j;
55

6-
import java.util.List;
6+
import java.util.Map;
77
import java.util.Set;
88

99
/**

0 commit comments

Comments
 (0)