HHH-6258: Fixed a problem with a conflict with Gale's change to this class. I had to add the two local variables that she didn't have that I added.
This commit is contained in:
parent
09a9b65201
commit
02a866c702
|
@ -542,6 +542,8 @@ public final class SessionFactoryImpl
|
|||
this.currentSessionContext = null;
|
||||
this.sqlFunctionRegistry = null;
|
||||
this.transactionEnvironment = null;
|
||||
this.jdbcServices = null;
|
||||
this.dialect = null;
|
||||
|
||||
this.sessionFactoryOptions = sessionFactoryOptions;
|
||||
|
||||
|
|
Loading…
Reference in New Issue