Skip to content

Commit

Permalink
HHH-10302 - checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Nov 26, 2015
1 parent c8b68f5 commit 603059b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -941,7 +941,8 @@ public void load(Object object, Serializable id) throws HibernateException {
loadEvent = null;
if ( event == null ) {
event = new LoadEvent( id, object, this );
} else {
}
else {
event.setEntityClassName( null );
event.setEntityId( id );
event.setInstanceToLoad( object );
Expand Down

0 comments on commit 603059b

Please sign in to comment.