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