summaryrefslogtreecommitdiff
path: root/src/clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clj')
-rw-r--r--src/clj/clojure/core.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj
index c4ab4785..ca99a2d5 100644
--- a/src/clj/clojure/core.clj
+++ b/src/clj/clojure/core.clj
@@ -4493,7 +4493,7 @@
[]
(let [d (java.util.concurrent.CountDownLatch. 1)
v (atom nil)]
- (new [clojure.lang.AFn clojure.lang.IDeref] this
+ (new [clojure.lang.IFn clojure.lang.IDeref] this
(deref [] (.await d) @v)
(invoke [x]
(locking d