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 committed Dec 13, 2023
1 parent f064cfc commit db2a5d6
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,4 @@ public class User {
private long id = 0;

private String login;

public long getId() {
return id;
}

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

public String getLogin() {
return login;
}

public void setLogin(String login) {
this.login = login;
}
}

0 comments on commit db2a5d6

Please sign in to comment.