mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix typo in exception message
This commit is contained in:
parent
bf135c86ba
commit
eaf7c515f2
@ -228,7 +228,7 @@ public abstract class AbstractStorageManager<ProviderType extends Provider,
|
||||
|
||||
instance = factory.create(session, model);
|
||||
if (instance == null) {
|
||||
throw new IllegalStateException("StorageProvideFactory (of type " + factory.getClass().getName() + ") produced a null instance");
|
||||
throw new IllegalStateException("StorageProviderFactory (of type " + factory.getClass().getName() + ") produced a null instance");
|
||||
}
|
||||
session.enlistForClose(instance);
|
||||
session.setAttribute(model.getId(), instance);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user