HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3
checkstyle fixes
This commit is contained in:
parent
1174cdad65
commit
84897f0ad0
|
@ -66,7 +66,7 @@ public class BulkOperationCleanupAction implements Executable, Serializable {
|
||||||
.getEntityRegionAccess( persister.getNavigableRole() );
|
.getEntityRegionAccess( persister.getNavigableRole() );
|
||||||
if ( entityDataAccess != null ) {
|
if ( entityDataAccess != null ) {
|
||||||
entityCleanups.add( new EntityCleanup( entityDataAccess ) );
|
entityCleanups.add( new EntityCleanup( entityDataAccess ) );
|
||||||
} entityCleanups.add( new EntityCleanup( entityDataAccess ) );
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( persister.hasNaturalIdentifier() && persister.hasNaturalIdCache() ) {
|
if ( persister.hasNaturalIdentifier() && persister.hasNaturalIdCache() ) {
|
||||||
|
|
Loading…
Reference in New Issue