Open mazarag2 opened 8 years ago
There is no dead code. obtains name, aka key, searches in collection for object with that key. if not exist, return false to indicate account not closed. if exist, continue and set the state of the object Account to CLOSED. return true to indicate Account was closed.
Dead Code in ServerSolution.java in line 84