HHH-11209 : Fix checkstyle error

(cherry picked from commit 741c84a10cee915642a8c1f00cb8b9a92446930f)
This commit is contained in:
Gail Badner 2018-11-08 21:28:04 -08:00
parent cf18916444
commit 8c5b1b7740

View File

@ -635,8 +635,9 @@ public final boolean unsetSession(SharedSessionContractImplementor currentSessio
TransactionStatus.FAILED_COMMIT,
TransactionStatus.FAILED_ROLLBACK,
TransactionStatus.ROLLING_BACK
) )
) ) {
LOG.queuedOperationWhenDetachFromSessionOnRollback( collectionInfoString );
}
else {
LOG.queuedOperationWhenDetachFromSession( collectionInfoString );
}