Fix missing SimpleDateFormat type hint

This commit is contained in:
Peter Taoussanis 2016-06-29 11:55:04 +07:00
parent b1a2e8c140
commit 0a765cb9ca
1 changed files with 3 additions and 1 deletions

View File

@ -424,7 +424,9 @@
(fn [opts]
(delay
(let [{:keys [pattern locale timezone]} opts]
(.format (enc/simple-date-format* pattern locale timezone)
(.format
^java.text.SimpleDateFormat
(enc/simple-date-format* pattern locale timezone)
(:instant data))))))]
(reduce-kv