Skip to content

Commit

Permalink
Make make-repl-thread private
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Apr 24, 2012
1 parent 02f2201 commit 6294688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/org/dipert/swingrepl/main.clj
Expand Up @@ -22,7 +22,7 @@
(set! *print-level* 15) (set! *print-level* 15)
(set! *print-length* 103)) (set! *print-length* 103))


(defn make-repl-thread [console & repl-args] (defn- make-repl-thread [console & repl-args]
(binding [*out* (.getOut console) (binding [*out* (.getOut console)
*in* (clojure.lang.LineNumberingPushbackReader. (.getIn console)) *in* (clojure.lang.LineNumberingPushbackReader. (.getIn console))
*err* (.getOut console)] *err* (.getOut console)]
Expand Down

0 comments on commit 6294688

Please sign in to comment.