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
1 changed files with 2 additions and 0 deletions

View File

@ -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;