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

@@ -4,8 +4,6 @@ import java.io.StringReader;
import java.util.Calendar;
import java.util.List;
import javax.ejb.Stateless;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang.SystemUtils;
import org.jsoup.Jsoup;
@@ -21,7 +19,6 @@ import com.sun.syndication.feed.synd.SyndFeed;
import com.sun.syndication.io.FeedException;
import com.sun.syndication.io.SyndFeedInput;
@Stateless
public class FeedParser {
@SuppressWarnings("unchecked")