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 e0cb5ab commit ac38b20Copy full SHA for ac38b20
src/main/clojure/clojure/core/async/impl/exec/threadpool.clj
@@ -9,7 +9,7 @@
9
(ns clojure.core.async.impl.exec.threadpool
10
(:require [clojure.core.async.impl.protocols :as impl]
11
[clojure.core.async.impl.concurrent :as conc])
12
- (:import [java.util.concurrent Executors ExecutorService]))
+ (:import [java.util.concurrent Executors]))
13
14
(set! *warn-on-reflection* true)
15
0 commit comments