From ac38b2063e147c18b57a442b7d9ed991c9dd0768 Mon Sep 17 00:00:00 2001 From: Fogus Date: Mon, 27 Jan 2025 16:43:39 -0500 Subject: [PATCH] removed OBE import --- src/main/clojure/clojure/core/async/impl/exec/threadpool.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/clojure/clojure/core/async/impl/exec/threadpool.clj b/src/main/clojure/clojure/core/async/impl/exec/threadpool.clj index 72f4131..8cb94da 100644 --- a/src/main/clojure/clojure/core/async/impl/exec/threadpool.clj +++ b/src/main/clojure/clojure/core/async/impl/exec/threadpool.clj @@ -9,7 +9,7 @@ (ns clojure.core.async.impl.exec.threadpool (:require [clojure.core.async.impl.protocols :as impl] [clojure.core.async.impl.concurrent :as conc]) - (:import [java.util.concurrent Executors ExecutorService])) + (:import [java.util.concurrent Executors])) (set! *warn-on-reflection* true)