ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Refactor:: Create a LEGIT contactList in server and client #31

Closed winterfreddy closed 7 years ago

winterfreddy commented 8 years ago

Clean up the bogus code, for example the getContacts() method in ClientController.java under controller. Keep in mind that there are other parts of the code that call this bogus method. An example is that JList ContactList in clientWindows.java calls controller.getContacts(), so make sure they fix, not only getContacts, but contactList as well. ~300 pts

lynchifer commented 8 years ago

m16 OK

jmangel commented 7 years ago

F16 OK (150 pts)

jmangel commented 7 years ago

Closed with pull request #48