Skip to content

Commit

Permalink
HHH-7580 Corrected a few failures after the cherry-pick into master
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Jan 29, 2013
1 parent d54a604 commit c52864d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 147 deletions.
Expand Up @@ -90,8 +90,6 @@ public class MetadataImpl implements MetadataImplementor, Serializable {

private TypeResolver typeResolver = new TypeResolver();

private SessionFactoryBuilder sessionFactoryBuilder = new SessionFactoryBuilderImpl( this );

private final MutableIdentifierGeneratorFactory identifierGeneratorFactory;

private final Database database;
Expand Down Expand Up @@ -452,7 +450,7 @@ public TypeResolver getTypeResolver() {

@Override
public SessionFactoryBuilder getSessionFactoryBuilder() {
return sessionFactoryBuilder;
return new SessionFactoryBuilderImpl( this );
}

@Override
Expand Down

This file was deleted.

0 comments on commit c52864d

Please sign in to comment.