HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3

checkstyle fixes
This commit is contained in:
Steve Ebersole 2018-03-22 13:53:17 -05:00
parent 1174cdad65
commit 84897f0ad0
2 changed files with 2 additions and 2 deletions

View File

@ -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() ) {

View File

@ -48,4 +48,4 @@ public interface NaturalIdStatistics extends CacheableDataStatistics, Serializab
* the execution of this "natural id resolution" query
*/
long getExecutionMinTime();
}
}