Skip to content

Commit

Permalink
Made id final
Browse files Browse the repository at this point in the history
-Mario Fernandez
-Àlex Codina
  • Loading branch information
Codinab committed Feb 21, 2024
1 parent 34c71d8 commit 8da823a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.Date;

public class Adoption extends UriEntity<Long> {
private Long id;
private final Long id;
private String type;
private Boolean confirmed;
private Date startDate;
Expand Down

0 comments on commit 8da823a

Please sign in to comment.