mazarag2 / cr_LabGiven

0 stars 0 forks source link

Dead Code #4

Open mazarag2 opened 8 years ago

mazarag2 commented 8 years ago

Dead Code in ServerSolution.java in line 84

slopez15 commented 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.