format the code and create toString function
This commit is contained in:
parent
eaeac79efd
commit
1cb4a95eee
|
@ -17,7 +17,8 @@ public class User {
|
|||
|
||||
private String lastName;
|
||||
|
||||
public User() { }
|
||||
public User() {
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
return id;
|
||||
|
|
Loading…
Reference in New Issue