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,7 +1,5 @@
package com.commafeed.backend;
import javax.ejb.Stateless;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
@@ -11,7 +9,6 @@ import org.apache.http.params.HttpConnectionParams;
import org.apache.http.params.HttpProtocolParams;
import org.apache.http.util.EntityUtils;
@Stateless
public class HttpGetter {
public String get(String url) throws Exception {