Skip to content

Commit

Permalink
Endrer fra annotasjoner fra javax.persistence til jakarta.persistence.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Oct 17, 2023
1 parent 2e92c58 commit 5b4ec02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package no.nav.brregstub.database.domene;

import jakarta.persistence.*;
import lombok.Getter;
import lombok.Setter;

import javax.persistence.*;
import javax.validation.constraints.NotNull;

@Entity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package no.nav.brregstub.database.domene;

import jakarta.persistence.*;
import lombok.Getter;
import lombok.Setter;

import javax.persistence.*;
import javax.validation.constraints.NotNull;

@Entity
Expand Down

0 comments on commit 5b4ec02

Please sign in to comment.