Added missing space per code-style
Added missing space per code-style
This commit is contained in:
parent
6685a7a145
commit
32ee43cfe7
|
@ -484,7 +484,7 @@ public abstract class AbstractEntityInitializer extends AbstractFetchParentAcces
|
||||||
final EntityEntry entry = session.getPersistenceContextInternal().getEntry( this.entityInstance );
|
final EntityEntry entry = session.getPersistenceContextInternal().getEntry( this.entityInstance );
|
||||||
if ( entry != null && entry.getLockMode().lessThan( lockMode ) ) {
|
if ( entry != null && entry.getLockMode().lessThan( lockMode ) ) {
|
||||||
//we only check the version when _upgrading_ lock modes
|
//we only check the version when _upgrading_ lock modes
|
||||||
if ( versionAssembler != null && entry.getLockMode() != LockMode.NONE) {
|
if ( versionAssembler != null && entry.getLockMode() != LockMode.NONE ) {
|
||||||
checkVersion( entry, rowProcessingState );
|
checkVersion( entry, rowProcessingState );
|
||||||
}
|
}
|
||||||
//we need to upgrade the lock mode to the mode requested
|
//we need to upgrade the lock mode to the mode requested
|
||||||
|
|
Loading…
Reference in New Issue