()
| 13 | private Date reg_date; |
| 14 | |
| 15 | public User(){} |
| 16 | public User(String id, String pwd, String name, String email, Date birth, String sns, Date reg_date) { |
| 17 | this.id = id; |
| 18 | this.pwd = pwd; |
nothing calls this directly
no outgoing calls
no test coverage detected