Skip to content

Commit ffea1a0

Browse files
committed
Documentation change
1 parent 2f15b18 commit ffea1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public void setThreadPool(ExecutorService threadPool) {
350350
}
351351

352352
/**
353-
* Returns the current executor service used. By default, Executors.newFixedThreadPool() is
353+
* Returns the current executor service used. By default, Executors.newCachedThreadPool() is
354354
* used.
355355
*
356356
* @return current executor service used

0 commit comments

Comments
 (0)