remove ejb behavior for services that do not benefit from it

This commit is contained in:
Athou
2013-04-05 21:57:22 +02:00
parent 41cbb1516a
commit 3db578a2d6
5 changed files with 3 additions and 10 deletions

View File

@@ -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);