HHH-5645 - Fix Checkstyle errors
This commit is contained in:
parent
d330fdcfca
commit
877e790995
|
@ -208,7 +208,7 @@ public class CriteriaLoader extends OuterJoinLoader {
|
||||||
if ( ( parameters.getLockOptions().getFollowOnLocking() == null && dialect.useFollowOnLocking( parameters ) ) ||
|
if ( ( parameters.getLockOptions().getFollowOnLocking() == null && dialect.useFollowOnLocking( parameters ) ) ||
|
||||||
( parameters.getLockOptions().getFollowOnLocking() != null && parameters.getLockOptions().getFollowOnLocking() ) ) {
|
( parameters.getLockOptions().getFollowOnLocking() != null && parameters.getLockOptions().getFollowOnLocking() ) ) {
|
||||||
final LockMode lockMode = determineFollowOnLockMode( lockOptions );
|
final LockMode lockMode = determineFollowOnLockMode( lockOptions );
|
||||||
if( lockMode != LockMode.UPGRADE_SKIPLOCKED ) {
|
if ( lockMode != LockMode.UPGRADE_SKIPLOCKED ) {
|
||||||
// Dialect prefers to perform locking in a separate step
|
// Dialect prefers to perform locking in a separate step
|
||||||
LOG.usingFollowOnLocking();
|
LOG.usingFollowOnLocking();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue