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() );
|
||||
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…
Reference in New Issue