Skip to content

Commit

Permalink
minor fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Apr 21, 2020
1 parent 8d026b0 commit afff2d0
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -73,9 +73,7 @@ public EmbeddedForeignKeyDescriptor(
.getEntityPersister()
.getIdentifierMapping()
.visitJdbcTypes(
jdbcMapping ->
jdbcMappings.add( jdbcMapping )
,
jdbcMappings::add,
null,
typeConfiguration
);
Expand Down

0 comments on commit afff2d0

Please sign in to comment.