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 cf649ba commit 392f2b5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ public class User {
private long id = 0;

private String login;

public long getId() {
return id;
}

public void setId(long id) {
this.id = id;
}
}

0 comments on commit 392f2b5

Please sign in to comment.