mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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 BulkOperationCleanupAction(SharedSessionContractImplementor session, Quer
|
||||
.getEntityRegionAccess( persister.getNavigableRole() );
|
||||
if ( entityDataAccess != null ) {
|
||||
entityCleanups.add( new EntityCleanup( entityDataAccess ) );
|
||||
} entityCleanups.add( new EntityCleanup( entityDataAccess ) );
|
||||
}
|
||||
}
|
||||
|
||||
if ( persister.hasNaturalIdentifier() && persister.hasNaturalIdCache() ) {
|
||||
|
@ -48,4 +48,4 @@ public interface NaturalIdStatistics extends CacheableDataStatistics, Serializab
|
||||
* the execution of this "natural id resolution" query
|
||||
*/
|
||||
long getExecutionMinTime();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user