Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Remove redundant @Mapping annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Thykier <[email protected]>
  • Loading branch information
nt-gt committed Jul 21, 2023
1 parent e6dd006 commit 47b0a44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
public interface SupportingPartyCodeMapper {
SupportingPartyCodeTO toDTO(SupportingPartyCode supportingPartyCode);

@Mapping(source = "partyId", target = "partyId")
SupportingPartyCode toDAO(SupportingPartyCodeTO supportingPartyCodeTO, String partyId);
}

0 comments on commit 47b0a44

Please sign in to comment.