Skip to content

Commit

Permalink
HHH-19107: Fixes Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsimon-wk committed Jan 16, 2025
1 parent 5b54685 commit ca7c629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void resolveInstance(EntityDelayedFetchInitializerData data) {
// Try to load a PersistentAttributeInterceptable. If we get one, we can add the lazy
// field to the interceptor. If we don't get one, we load the entity by unique key.
PersistentAttributeInterceptable persistentAttributeInterceptable = null;
if (getParent().isEntityInitializer() && isLazyByGraph( rowProcessingState )) {
if ( getParent().isEntityInitializer() && isLazyByGraph( rowProcessingState ) ) {
final Object resolvedInstance =
getParent().asEntityInitializer().getResolvedInstance( rowProcessingState );
persistentAttributeInterceptable =
Expand Down

0 comments on commit ca7c629

Please sign in to comment.