[KEYCLOAK-15571] Fix IdentityProviderFactory.createConfig signature
This commit is contained in:
parent
9b2f2015f7
commit
12d8247288
1 changed files with 2 additions and 2 deletions
|
@ -63,5 +63,5 @@ public interface IdentityProviderFactory<T extends IdentityProvider> extends Pro
|
||||||
*
|
*
|
||||||
* @return the provider specific instance
|
* @return the provider specific instance
|
||||||
*/
|
*/
|
||||||
<C extends IdentityProviderModel> C createConfig();
|
IdentityProviderModel createConfig();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue