mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
wrong method called
This commit is contained in:
@@ -66,7 +66,7 @@ public class FeedEntryDAO extends GenericDAO<FeedEntry> {
|
||||
|
||||
List<FeedEntry> list = q.getResultList();
|
||||
int deleted = list.size();
|
||||
em.remove(list);
|
||||
delete(list);
|
||||
return deleted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user