resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Remove unnecessary downcasting from Iterable to List in CrudService #228

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

CrudService findAll method returns a List where Sping data findAll returns an Iterable.

This leads to unnecessary downcasting in CrudServiceImpl