Skip to content

Commit

Permalink
Merge pull request #37 from UdL-EPS-SoftArch/locations-extends-uri
Browse files Browse the repository at this point in the history
Extends Uri entity in Location class
  • Loading branch information
rogargon authored May 19, 2024
2 parents 53b5fc9 + 43515ab commit cb282ae
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 cb282ae

Please sign in to comment.