HHH-11209 : Fix checkstyle error

This commit is contained in:
Gail Badner 2018-11-08 21:28:04 -08:00
parent 7af7182cc1
commit 741c84a10c
1 changed files with 2 additions and 1 deletions

View File

@ -635,8 +635,9 @@ public abstract class AbstractPersistentCollection implements Serializable, Pers
TransactionStatus.FAILED_COMMIT,
TransactionStatus.FAILED_ROLLBACK,
TransactionStatus.ROLLING_BACK
) )
) ) {
LOG.queuedOperationWhenDetachFromSessionOnRollback( collectionInfoString );
}
else {
LOG.queuedOperationWhenDetachFromSession( collectionInfoString );
}