HHH-10664 Remove duplicate cacheAccess.close() invocation
This commit is contained in:
parent
6fec54a9f6
commit
73aa359242
|
@ -738,8 +738,6 @@ public final class SessionFactoryImpl implements SessionFactoryImplementor {
|
|||
cacheAccess.close();
|
||||
metamodel.close();
|
||||
|
||||
cacheAccess.close();
|
||||
|
||||
queryPlanCache.cleanup();
|
||||
|
||||
if ( delayedDropAction != null ) {
|
||||
|
|
Loading…
Reference in New Issue