Merge pull request #38 from ghoseb/master
Remove certain reflection warnings found in monger.joda-time
This commit is contained in:
commit
d8fe17d2f5
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
;;
|
||||
|
||||
(defmethod print-dup java.util.Date
|
||||
[d out]
|
||||
[^java.util.Date d ^java.io.Writer out]
|
||||
(.write out
|
||||
(str "#="
|
||||
`(java.util.Date. ~(.getYear d)
|
||||
|
|
@ -47,5 +47,5 @@
|
|||
|
||||
|
||||
(defmethod print-dup org.joda.time.base.AbstractInstant
|
||||
[d out]
|
||||
[^org.joda.time.base.AbstractInstant d out]
|
||||
(print-dup (.toDate d) out))
|
||||
|
|
|
|||
Loading…
Reference in a new issue