format the code and create toString function

This commit is contained in:
YuCheng Hu 2020-04-05 15:32:44 -04:00
parent eaeac79efd
commit 1cb4a95eee
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ public class User {
private String lastName;
public User() { }
public User() {
}
public int getId() {
return id;