google-code-export / morphia

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

BasicDAO.deleteByQuery(q: Query) is missing generic annotation #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The method signature for deleteByQuery as of r1607 is missing the generic 
parameter for Query:

deleteByQuery(Query q)

should be:

deleteByQuery(Query<T> q)

Original issue reported on code.google.com by mdpha...@gmail.com on 2 Apr 2011 at 1:17

GoogleCodeExporter commented 9 years ago
Google code created a duplicate issue 261

Original comment by mdpha...@gmail.com on 2 Apr 2011 at 1:18

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

Original comment by scotthernandez on 3 Apr 2011 at 4:22

GoogleCodeExporter commented 9 years ago
Issue 261 has been merged into this issue.

Original comment by scotthernandez on 3 Apr 2011 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by scotthernandez on 3 Apr 2011 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by scotthernandez on 12 Nov 2011 at 7:39