(String username)
| 29 | } |
| 30 | |
| 31 | public void setLocalUser(String username) { |
| 32 | this.localUserInstance = username; |
| 33 | } |
| 34 | |
| 35 | public String getLocalUser() { |
| 36 | return this.localUserInstance; |
nothing calls this directly
no outgoing calls
no test coverage detected