Fix proxy class
This commit is contained in:
parent
a5318ea289
commit
430cbedbe4
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
([b off len] ((method-or-bust methods 'write) this b off len))))
|
||||
|
||||
["java.io.OutputStream" #{}]
|
||||
(proxy [java.io.PipedOutputStream] []
|
||||
(proxy [java.io.OutputStream] []
|
||||
(close [] (if-let [m (get methods 'close)]
|
||||
(m this)
|
||||
(proxy-super close)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue