Closed bmeurant closed 10 years ago
CrudService findAll method returns a List where Sping data findAll returns an Iterable.
This leads to unnecessary downcasting in CrudServiceImpl
CrudService findAll method returns a List where Sping data findAll returns an Iterable.
This leads to unnecessary downcasting in CrudServiceImpl