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 7853021 commit 457df9cCopy full SHA for 457df9c
src/com/loopj/android/http/SyncHttpClient.java
@@ -14,8 +14,8 @@ public abstract class SyncHttpClient extends AsyncHttpClient {
14
* the result back to this method. Therefore the result object has to be a
15
* field to be accessible
16
*/
17
- private String result;
18
- AsyncHttpResponseHandler responseHandler = new AsyncHttpResponseHandler() {
+ protected String result;
+ protected AsyncHttpResponseHandler responseHandler = new AsyncHttpResponseHandler() {
19
20
void sendResponseMessage(org.apache.http.HttpResponse response) {
21
responseCode = response.getStatusLine().getStatusCode();
0 commit comments