We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037f956 commit b16dcb8Copy full SHA for b16dcb8
src/main/java/com/toopher/ToopherApi.java
@@ -6,7 +6,6 @@
6
import org.apache.http.HttpResponse;
7
import org.apache.http.NameValuePair;
8
import org.apache.http.StatusLine;
9
-import org.apache.http.client.ClientProtocolException;
10
import org.apache.http.client.HttpClient;
11
import org.apache.http.client.HttpResponseException;
12
import org.apache.http.client.ResponseHandler;
src/test/java/com/toopher/HttpClientMock.java
@@ -19,8 +19,6 @@
19
import java.io.IOException;
20
import java.io.UnsupportedEncodingException;
21
import java.net.URI;
22
-import java.util.HashMap;
23
-import java.util.Map;
24
import java.util.concurrent.Semaphore;
25
26
@Ignore
0 commit comments