Skip to content

Commit

Permalink
removed OBE import
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jan 27, 2025
1 parent 8c485b0 commit e0cb5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/async.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ to catch and handle."
)
(:import [java.util.concurrent.atomic AtomicLong]
[java.util.concurrent.locks Lock]
[java.util.concurrent Executors Executor ThreadLocalRandom ExecutorService]
[java.util.concurrent Executors Executor ThreadLocalRandom]
[java.util Arrays ArrayList]))

(alias 'core 'clojure.core)
Expand Down

0 comments on commit e0cb5ab

Please sign in to comment.