Skip to content

Commit

Permalink
rollback code
Browse files Browse the repository at this point in the history
  • Loading branch information
xeounxzxu authored and lpandzic committed Jul 12, 2024
1 parent 5bdd1b0 commit 42da787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public EntityType getEntityType(TypeMirror typeMirror, boolean deep) {
var element = types.asElement(typeMirror);
var entityType = super.getEntityType(typeMirror, deep);
var embeddedlessProperties =
Objects.requireNonNull(entityType).getProperties()
entityType.getProperties()
.stream()
.flatMap(property -> {
if (Embeddeds.isEmbedded(configuration, element, property)) {
Expand Down

0 comments on commit 42da787

Please sign in to comment.