KEYCLOAK-12450 Revert em.clear() call
This commit is contained in:
parent
7c91e36e43
commit
93f05f9291
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ public class JpaRealmProvider implements RealmProvider {
|
|||
RealmModel realm = session.realms().getRealm(id);
|
||||
if (realm != null) realms.add(realm);
|
||||
em.flush();
|
||||
em.clear();
|
||||
}
|
||||
return realms;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue