Skip to content

Commit

Permalink
chore(irs):1105 Refactored.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jul 18, 2024
1 parent 89e0474 commit 560cd33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import jakarta.transaction.Transactional;
import lombok.AllArgsConstructor;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
Expand All @@ -46,6 +47,7 @@
@Component
@AllArgsConstructor
@Slf4j
@Transactional
public class ContractRepositoryImplBase {

private final EdcContractAgreementService edcContractAgreementService;
Expand Down

0 comments on commit 560cd33

Please sign in to comment.