Fixed imports that where lost when copying copyright header to IdentityProviderState.java
This commit is contained in:
parent
b77ceeac56
commit
2f3b8659ba
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
*/
|
||||
package org.keycloak.social;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:sthorger@redhat.com">Stian Thorgersen</a>
|
||||
|
|
Loading…
Reference in a new issue