mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove ejb behavior for services that do not benefit from it
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.commafeed.backend.feeds;
|
||||
|
||||
import javax.ejb.Stateless;
|
||||
import javax.inject.Inject;
|
||||
|
||||
import org.jsoup.Jsoup;
|
||||
@@ -13,7 +12,6 @@ import com.commafeed.backend.HttpGetter;
|
||||
import com.commafeed.backend.model.Feed;
|
||||
import com.sun.syndication.io.FeedException;
|
||||
|
||||
@Stateless
|
||||
public class FeedFetcher {
|
||||
|
||||
private static Logger log = LoggerFactory.getLogger(FeedFetcher.class);
|
||||
|
||||
Reference in New Issue
Block a user