HHH-12289 - One call of the SessionImpl#listeners( ) method from SessionImpl#autoFlushIfRequired() is useless.
This commit is contained in:
parent
0ba1c4a2f3
commit
d54b2688ea
|
@ -1396,7 +1396,6 @@ public final class SessionImpl
|
|||
return false;
|
||||
}
|
||||
AutoFlushEvent event = new AutoFlushEvent( querySpaces, this );
|
||||
listeners( EventType.AUTO_FLUSH );
|
||||
for ( AutoFlushEventListener listener : listeners( EventType.AUTO_FLUSH ) ) {
|
||||
listener.onAutoFlush( event );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue