make logFlushResults() protected for the benefit of HR

This commit is contained in:
gavin 2021-05-19 11:17:02 +02:00 committed by Sanne Grinovero
parent e6688f8ebc
commit 6dc3b4a726

View File

@ -104,8 +104,8 @@ protected void flushEverythingToExecutions(FlushEvent event) throws HibernateExc
logFlushResults( event ); logFlushResults( event );
} }
@SuppressWarnings( value = {"unchecked"} ) @SuppressWarnings("unchecked")
private void logFlushResults(FlushEvent event) { protected void logFlushResults(FlushEvent event) {
if ( !LOG.isDebugEnabled() ) { if ( !LOG.isDebugEnabled() ) {
return; return;
} }