Skip to content

Commit 42da787

Browse files
xeounxzxulpandzic
authored andcommitted
rollback code
1 parent 5bdd1b0 commit 42da787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infobip-spring-data-jdbc-annotation-processor-common/src/main/java/com/infobip/spring/data/jdbc/annotation/processor/CustomExtendedTypeFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public EntityType getEntityType(TypeMirror typeMirror, boolean deep) {
6464
var element = types.asElement(typeMirror);
6565
var entityType = super.getEntityType(typeMirror, deep);
6666
var embeddedlessProperties =
67-
Objects.requireNonNull(entityType).getProperties()
67+
entityType.getProperties()
6868
.stream()
6969
.flatMap(property -> {
7070
if (Embeddeds.isEmbedded(configuration, element, property)) {

0 commit comments

Comments
 (0)