make logFlushResults() protected for the benefit of HR
This commit is contained in:
parent
e6688f8ebc
commit
6dc3b4a726
|
@ -104,8 +104,8 @@ public abstract class AbstractFlushingEventListener implements JpaBootstrapSensi
|
|||
logFlushResults( event );
|
||||
}
|
||||
|
||||
@SuppressWarnings( value = {"unchecked"} )
|
||||
private void logFlushResults(FlushEvent event) {
|
||||
@SuppressWarnings("unchecked")
|
||||
protected void logFlushResults(FlushEvent event) {
|
||||
if ( !LOG.isDebugEnabled() ) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue