HHH-8845 formatting

This commit is contained in:
Brett Meyer 2014-02-10 16:40:21 -05:00
parent 6329be56ff
commit 76aede601f
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public abstract class EntityType extends AbstractType implements AssociationType
else {
Object id = getIdentifier( original, session );
if ( id == null ) {
throw new AssertionFailure("non-transient entity has a null id: "+original.getClass().getName());
throw new AssertionFailure("non-transient entity has a null id: " + original.getClass().getName());
}
id = getIdentifierOrUniqueKeyType( session.getFactory() )
.replace(id, null, session, owner, copyCache);