10000 Fix this class who was broken by the previous commit · adam701/async-http-client@b8ce3df · GitHub
[go: up one dir, main page]

Skip to content

Commit b8ce3df

Browse files
committed
Fix this class who was broken by the previous commit
1 parent df33a36 commit b8ce3df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/ning/http/client/SimpleAsyncHttpClient.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,6 @@ public Builder setAllowPoolingConnection(boolean allowPoolingConnection) {
530530
return this;
531531
}
532532

533-
public Builder setScheduledExecutorService(ScheduledExecutorService reaper) {
534-
configBuilder.setScheduledExecutorService(reaper);
535-
return this;
536-
}
537-
538533
public Builder setExecutorService(ExecutorService applicationThreadPool) {
539534
configBuilder.setExecutorService(applicationThreadPool);
540535
return this;

0 commit comments

Comments
 (0)
0