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:
andy.miller 2011-05-26 15:52:19 -06:00 committed by Steve Ebersole
parent 09a9b65201
commit 02a866c702

View File

@ -542,6 +542,8 @@ public SessionFactoryImpl(
this.currentSessionContext = null; this.currentSessionContext = null;
this.sqlFunctionRegistry = null; this.sqlFunctionRegistry = null;
this.transactionEnvironment = null; this.transactionEnvironment = null;
this.jdbcServices = null;
this.dialect = null;
this.sessionFactoryOptions = sessionFactoryOptions; this.sessionFactoryOptions = sessionFactoryOptions;