mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add long keys to all entities
This commit is contained in:
@@ -5,6 +5,6 @@ import javax.ejb.Stateless;
|
||||
import com.commafeed.model.Feed;
|
||||
|
||||
@Stateless
|
||||
public class FeedService extends GenericDAO<Feed, String> {
|
||||
public class FeedService extends GenericDAO<Feed, Long> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user