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 2f15b18 commit ffea1a0Copy full SHA for ffea1a0
library/src/main/java/com/loopj/android/http/AsyncHttpClient.java
@@ -350,7 +350,7 @@ public void setThreadPool(ExecutorService threadPool) {
350
}
351
352
/**
353
- * Returns the current executor service used. By default, Executors.newFixedThreadPool() is
+ * Returns the current executor service used. By default, Executors.newCachedThreadPool() is
354
* used.
355
*
356
* @return current executor service used
0 commit comments