Eliminate a reflection warning
This commit is contained in:
parent
1a9e0715cd
commit
60e93b4275
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
(> (count (str (.get result "err"))) 0))
|
||||
(updated-existing?
|
||||
[^DBObject result]
|
||||
(let [v (.get result "updatedExisting")]
|
||||
(let [v ^Boolean (.get result "updatedExisting")]
|
||||
(and v (Boolean/valueOf v))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue