Skip to content

Commit

Permalink
add service annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Aug 8, 2024
1 parent fdcdcf7 commit 7d6d152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package no.fintlabs.model.personopplysning;

import lombok.extern.slf4j.Slf4j;
import no.fint.model.felles.kompleksedatatyper.Identifikator;
import no.fint.model.felles.kompleksedatatyper.Periode;
import no.fint.model.resource.personvern.kodeverk.PersonopplysningResource;
Expand All @@ -9,6 +8,7 @@
import java.util.Date;
import java.util.UUID;

@Service
public class PersonopplysningMappingService {


Expand Down

0 comments on commit 7d6d152

Please sign in to comment.