HHH-10302 - checkstyle fix
This commit is contained in:
parent
f0f544472c
commit
b25481ed75
|
@ -943,7 +943,8 @@ public final class SessionImpl extends AbstractSessionImpl implements EventSourc
|
||||||
loadEvent = null;
|
loadEvent = null;
|
||||||
if ( event == null ) {
|
if ( event == null ) {
|
||||||
event = new LoadEvent( id, object, this );
|
event = new LoadEvent( id, object, this );
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
event.setEntityClassName( null );
|
event.setEntityClassName( null );
|
||||||
event.setEntityId( id );
|
event.setEntityId( id );
|
||||||
event.setInstanceToLoad( object );
|
event.setInstanceToLoad( object );
|
||||||
|
|
Loading…
Reference in New Issue