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