Skip to content

Commit

Permalink
Merged main into
Browse files Browse the repository at this point in the history
  • Loading branch information
xipi3000 committed Feb 22, 2024
1 parent 3f2ab4b commit 8b50bde
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
public class SocialNetworks extends UriEntity<Long> {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
Long id;
String instagram;
String twitter;
private Long id;
private String instagram;
private String twitter;

@ManyToOne
Shelter belongsTo;
public Shelter belongsTo;

}

0 comments on commit 8b50bde

Please sign in to comment.