Skip to content

Commit ee76cd1

Browse files
committed
Update AsyncHttpResponseHandler.java
1 parent 4329b76 commit ee76cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/loopj/android/http/AsyncHttpResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void setUseSynchronousMode(boolean value) {
148148
Log.w(LOG_TAG, "Current thread has not called Looper.prepare(). Forcing synchronous mode.");
149149
}
150150

151-
// If using synchronous mode.
151+
// If using asynchronous mode.
152152
if (!value && handler == null) {
153153
// Create a handler on current thread to submit tasks
154154
handler = new ResponderHandler(this);

0 commit comments

Comments
 (0)