10000
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 df33a36 commit b8ce3dfCopy full SHA for b8ce3df
src/main/java/com/ning/http/client/SimpleAsyncHttpClient.java
@@ -530,11 +530,6 @@ public Builder setAllowPoolingConnection(boolean allowPoolingConnection) {
530
return this;
531
}
532
533
- public Builder setScheduledExecutorService(ScheduledExecutorService reaper) {
534
- configBuilder.setScheduledExecutorService(reaper);
535
- return this;
536
- }
537
-
538
public Builder setExecutorService(ExecutorService applicationThreadPool) {
539
configBuilder.setExecutorService(applicationThreadPool);
540
0 commit comments