delete users

This commit is contained in:
Athou
2013-03-30 11:37:57 +01:00
parent 5cafcdf2d8
commit df9e3f8780
13 changed files with 54 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ import com.google.common.collect.Lists;
@Stateless
@SuppressWarnings("serial")
public class FeedEntryService extends GenericDAO<FeedEntry, Long> {
public class FeedEntryService extends GenericDAO<FeedEntry> {
@Inject
FeedService feedService;