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

@@ -4,7 +4,6 @@ import javax.ejb.Stateless;
import com.commafeed.backend.model.ApplicationSettings;
@SuppressWarnings("serial")
@Stateless
public class ApplicationSettingsDAO extends GenericDAO<ApplicationSettings> {