Skip to content

Commit

Permalink
Enable composer for embeddable: review's corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
hugothomas authored and reda-alaoui committed Dec 13, 2023
1 parent 392f2b5 commit ed691e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Access(value = AccessType.PROPERTY)
private long id = 0;
private long id;

private String login;

Expand Down

0 comments on commit ed691e3

Please sign in to comment.