clean [skip ci]

This commit is contained in:
Michiel Borkent 2021-03-13 17:30:08 +01:00
parent a426cddd4a
commit 7c608452b5

View file

@ -8,10 +8,6 @@
(or (get methods k)
(throw (UnsupportedOperationException. "Method not implemented: " k))))
(defn method-or [methods k default]
(or (get methods k)
(constantly default)))
(defn class-name [^Class clazz]
(.getName clazz))