()
| 42 | } |
| 43 | |
| 44 | @Override |
| 45 | public String toString() { |
| 46 | return "User{" + |
| 47 | "uid=" + uid + |
| 48 | ", username='" + username + '\'' + |
| 49 | ", pwd='" + pwd + '\'' + |
| 50 | ", uname='" + uname + '\'' + |
| 51 | '}'; |
| 52 | } |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected