ITA-Courses-Java / USM-Java-2

0 stars 1 forks source link

Fix StudentsDAO #2

Closed gganebnyi closed 11 years ago

gganebnyi commented 11 years ago

StudentsDAO must return List of students, not its string representation

kemonoske commented 11 years ago

emm. So it should just return the array list ?

gganebnyi commented 11 years ago

Exactly

On Mon, Oct 29, 2012 at 9:19 PM, Bostanica Ion notifications@github.comwrote:

emm. So it should just return the array list ?

— Reply to this email directly or view it on GitHubhttps://github.com/ITA-Courses-Java/USM-Java-2/issues/2#issuecomment-9881682.

kemonoske commented 11 years ago

ok. thanks for clarification!

gganebnyi commented 11 years ago

kemonoske, you got me wrong. listStudents needs to return list of students that it reads from DB.

kemonoske commented 11 years ago

Tried to fix that. If it's still not what we should have done... then I don't get it...

gganebnyi commented 11 years ago

This is exactly what I want