Skip to content

Commit

Permalink
mapstruct#163 Added link to referenced issue of mapstruct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderhook committed Jun 7, 2024
1 parent 88ebd38 commit 95390b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ abstract class CarMapperWithExplicitInheritance {
@Mapping(target = "auditTrail", constant = "fixed")
abstract CarEntity toCarEntityWithFixedAuditTrail(CarDto carDto);

// this method should not be considered. See issue #1013
// this method should not be considered. See https://github.com/mapstruct/mapstruct/issues/1013
void toCarEntity(CarDto carDto, @MappingTarget CarEntity carEntity) { }
}

Expand Down

0 comments on commit 95390b2

Please sign in to comment.