Skip to content

Commit

Permalink
made MutableVQE private
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Horner and Timothy Baldridge committed Apr 26, 2013
1 parent b0d6959 commit c2f1dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/clojure/core_futures.clj
Expand Up @@ -155,7 +155,7 @@
;; Try-finally in 'locking' breaks mutable fields, this is a
;; workaround.
;; See CLJ-1023.
(defprotocol MutableVQE
(defprotocol ^:private MutableVQE
(set-v [this value])
(set-q [this value])
(set-e [this value]))
Expand Down

0 comments on commit c2f1dbb

Please sign in to comment.