Typehint typo
This commit is contained in:
parent
89c51ffc83
commit
4d1a374c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@
|
||||||
(try (let [;; .readObject _before_ Class/forName: it'll always read
|
(try (let [;; .readObject _before_ Class/forName: it'll always read
|
||||||
;; all data before throwing
|
;; all data before throwing
|
||||||
object (.readObject (ObjectInputStream. in))
|
object (.readObject (ObjectInputStream. in))
|
||||||
class ^Class (Class/forName class-name)]
|
^Class class (Class/forName class-name)]
|
||||||
(cast class object))
|
(cast class object))
|
||||||
(catch Exception _ {:nippy/unthawable class-name
|
(catch Exception _ {:nippy/unthawable class-name
|
||||||
:type :serializable})))
|
:type :serializable})))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue