mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-11209 : Fix checkstyle error
(cherry picked from commit 741c84a10cee915642a8c1f00cb8b9a92446930f)
This commit is contained in:
parent
cf18916444
commit
8c5b1b7740
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user