remove serializable as it does not make sense

This commit is contained in:
Athou
2013-04-15 11:47:17 +02:00
parent 056023552a
commit f8faa69f02
12 changed files with 9 additions and 14 deletions

View File

@@ -20,7 +20,6 @@ import com.google.common.collect.Iterables;
import com.uaihebert.model.EasyCriteria;
@Stateless
@SuppressWarnings("serial")
public class FeedDAO extends GenericDAO<Feed> {
public List<Feed> findNextUpdatable(int count) {