mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
make logFlushResults() protected for the benefit of HR
This commit is contained in:
parent
e6688f8ebc
commit
6dc3b4a726
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user