google-code-export / morphia

Automatically exported from code.google.com/p/morphia
1 stars 0 forks source link

findIds() returning wrong generic type #417

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The findIds() methods return List<T> rather than List<K>.

This is present in the latest source, e.g.:
public List<T> findIds(Query<T> q) 

should be

public List<K> findIds(Query<T> q) 

Original issue reported on code.google.com by jeremy.m...@gmail.com on 13 Jul 2012 at 6:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1817.

Original comment by scotthernandez on 13 Jul 2012 at 6:49