Skip to content

Commit 603059b

Browse files
committed
HHH-10302 - checkstyle fix
1 parent c8b68f5 commit 603059b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,8 @@ public void load(Object object, Serializable id) throws HibernateException {
941941
loadEvent = null;
942942
if ( event == null ) {
943943
event = new LoadEvent( id, object, this );
944-
} else {
944+
}
945+
else {
945946
event.setEntityClassName( null );
946947
event.setEntityId( id );
947948
event.setInstanceToLoad( object );

0 commit comments

Comments
 (0)