Skip to content

Commit

Permalink
HHH-18693 Synchronized with changes from HHH-18683
Browse files Browse the repository at this point in the history
  • Loading branch information
cigaly committed Nov 24, 2024
1 parent b021d13 commit 121c85e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -822,12 +822,7 @@ public EntityDomainType<?> entity(String entityName) {

@Override
public @Nullable EntityDomainType<?> findEntityType(@Nullable String entityName) {
if ( isEntityDefined(entityName) ) {
return new MockEntityDomainType<>(entityName);
}
else {
return null;
}
return entity( entityName );
}

@Override
Expand Down

0 comments on commit 121c85e

Please sign in to comment.