Fixed.
This commit is contained in:
parent
f3bb7f3d23
commit
e99ba08836
1 changed files with 1 additions and 3 deletions
|
@ -172,8 +172,6 @@
|
||||||
handled-class (gen-handlers initializer-class handler-fns clj-ns)]
|
handled-class (gen-handlers initializer-class handler-fns clj-ns)]
|
||||||
(debug (pr-str handler-fns))
|
(debug (pr-str handler-fns))
|
||||||
(.visitEnd handled-class)
|
(.visitEnd handled-class)
|
||||||
(with-open [out (io/output-stream (io/file "/home/zilti/Test.class"))]
|
|
||||||
(.write out (.toByteArray handled-class)))
|
|
||||||
(.toByteArray handled-class)))
|
(.toByteArray handled-class)))
|
||||||
|
|
||||||
;; ;; Plumber
|
;; ;; Plumber
|
||||||
|
|
Loading…
Reference in a new issue