Fixup code formatting

This commit is contained in:
Christian Beikov 2021-12-06 19:46:44 +01:00
parent 696db95416
commit 49d2fccbcb
1 changed files with 2 additions and 2 deletions

View File

@ -3352,7 +3352,7 @@ public abstract class AbstractEntityPersister
if ( useBatch ) {
insert = session
.getJdbcCoordinator()
.getBatch(insertBatchKey)
.getBatch( insertBatchKey )
.getBatchStatement( sql, callable );
}
else {
@ -3372,7 +3372,7 @@ public abstract class AbstractEntityPersister
dehydrate( id, fields, null, notNull, propertyColumnInsertable, j, insert, session, index, false );
if ( useBatch ) {
session.getJdbcCoordinator().getBatch(insertBatchKey).addToBatch();
session.getJdbcCoordinator().getBatch( insertBatchKey ).addToBatch();
}
else {
expectation.verifyOutcome(