Skip to content

Commit f3a08c9

Browse files
author
Noor Dawod
committed
Merge pull request android-async-http#623 from grumoon/master
Update AsyncHttpResponseHandler.java
2 parents 3903b24 + ee76cd1 commit f3a08c9

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)