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

@@ -10,7 +10,6 @@ import com.commafeed.backend.model.User;
import com.commafeed.backend.model.User_;
@Stateless
@SuppressWarnings("serial")
public class UserDAO extends GenericDAO<User> {
public User findByName(String name) {