Skip to content

Commit

Permalink
Extends Uri entity in Location class
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbn01 committed May 16, 2024
1 parent 53b5fc9 commit 43515ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Data
@Entity
@EqualsAndHashCode(callSuper = false)
public class Location {
public class Location extends UriEntity<Long> {
@OneToOne
/*@NotNull*/
@JsonIdentityReference(alwaysAsId = true)
Expand Down

0 comments on commit 43515ab

Please sign in to comment.