Skip to content

Commit 046af5e

Browse files
committed
Fix import bug
1 parent 03f71e8 commit 046af5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
import org.apache.http.HttpResponse;
4040
import org.apache.http.HttpResponseInterceptor;
4141
import org.apache.http.HttpVersion;
42+
import org.apache.http.auth.AuthScope;
43+
import org.apache.http.auth.UsernamePasswordCredentials;
4244
import org.apache.http.client.CookieStore;
4345
import org.apache.http.client.HttpClient;
4446
import org.apache.http.client.methods.HttpDelete;

0 commit comments

Comments
 (0)